/// <reference types="react" />
declare const GoogleLogo: (props: any, ref: any) => JSX.Element;
export default GoogleLogo;
