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