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