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