import type { SVGProps } from "react"; export interface GoogleLogoIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function GoogleLogoIcon({ className, size, color, ...props }: GoogleLogoIconProps): import("react").JSX.Element; //# sourceMappingURL=google-logo-icon.d.ts.map