/// export interface IconCheckboxProps { size?: string; style?: React.CSSProperties; } export declare const IconCheckbox: React.FC;