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