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