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