import { IconProps } from '../lib';
declare function GoogleLogo(props: IconProps): JSX.Element;
export default GoogleLogo;
