import * as React from 'react';
export interface IIconSvgGoogleProps {
    size?: number;
}
declare const IconSvgGoogle: React.FC<IIconSvgGoogleProps>;
export default IconSvgGoogle;
