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