export declare type MenuTheme = "dark" | "light";
export declare type MenuThemeClass = "theme-dark" | "theme-light";
