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