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