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