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