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