import { DashboardLeadCountItem } from '@interfaces'; export interface LeadDistributionProps { data: DashboardLeadCountItem[]; loading?: boolean; activeAction: string; onActionChange: (action: string) => void; }