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