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