export declare abstract class NavigationMenuRoute {
    readonly routeName?: string;
    readonly routePath?: string;
}
