export declare const routes: { CONNECTING: string; CONNECTORS: string; CONNECT_WITH_QRCODE: string; }; export interface RouteProviderProps { children: React.ReactNode; } export declare function RouteProvider(props: RouteProviderProps): import("react/jsx-runtime").JSX.Element;