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