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