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