import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { ArrowUpAZIcon as VanillaArrowUpAZIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const ArrowUpAZIcon: ForwardRefExoticComponent & RefAttributes>; export declare const ArrowUpAZ: ForwardRefExoticComponent & RefAttributes>;