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