import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ChartUpwardIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ChartUpwardIcon, ChartUpwardIcon as default };
//# sourceMappingURL=ChartUpward.d.ts.map