import type { IconProps } from "./types";
export declare const UpIcon: ({ width, height, color, className, }: IconProps) => import("react/jsx-runtime").JSX.Element;
