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