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