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