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