import { Props } from '@viewfly/core'; export interface RouterOutletProps extends Props { name?: string; } export declare function RouterOutlet(props: RouterOutletProps): () => import("@viewfly/core").JSX.Element;