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