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