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