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