import { IconRef, IconProperties } from "@react-three/uikit";
export declare const ArrowUpWideNarrowIcon: import("react").ForwardRefExoticComponent<Omit<IconProperties, "text" | "svgWidth" | "svgHeight"> & import("react").RefAttributes<IconRef>>;
export declare const ArrowUpWideNarrow: import("react").ForwardRefExoticComponent<Omit<IconProperties, "text" | "svgWidth" | "svgHeight"> & import("react").RefAttributes<IconRef>>;
