import React from 'react';
export interface GoogleLogoProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const GoogleLogo: React.FC<GoogleLogoProps>;
//# sourceMappingURL=GoogleLogo.native.d.ts.map