export declare enum NavItemStatus { Completed = "nav-completed", Warning = "nav-warning", NotStart = "nav-not-start" }