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