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