export declare enum MenuItemType { Default = "default", Primary = "primary", Success = "success", Warning = "warning", Danger = "danger" }