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