export interface MainMenuLevelProps {
    /**
     * The text to display in the menu item
     */
    name: string;