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