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