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