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