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