import { ComponentPropsWithRef } from 'react'; /** * Render the Google brand SVG icon. * * @param props - Props applied to the root `` element (e.g., `className`, `style`, `width`, `height`, event handlers). * @returns The `` element representing the Google logo. */ export declare function Google(props: ComponentPropsWithRef<"svg">): import("react").JSX.Element;