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