export interface StatusIndicatorProps { label: string; iconName?: string; onClick?: (event: React.MouseEvent) => void; isDisable?: boolean; backgroundColor: boolean; border: boolean; variant: string; }