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