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