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