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