import { RouterNameSpace, VNode } from '../../core';
/**
 * Experimental Router component
 * @experimental
 * @description - The Router component is used to manage the routing of the application.
 * @param children - The children of the Router component.
 * @returns The Router component.
 */
export declare function Router({ children }: RouterNameSpace.RouterProps): VNode;
