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