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