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