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