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