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