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