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