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