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