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