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