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