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