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