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