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