/// <reference types="react" />
export interface IconLogoWebComponentProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconLogoWebComponent: React.FC<IconLogoWebComponentProps>;
