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