export interface IconButtonProps { label: string; iconName: string; onClick?: (event: React.MouseEvent) => void; disabled?: boolean; ref?: React.Ref; }