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