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