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