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