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