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