//#region src/components/Menu/Menu.constants.d.ts
declare const GROUP_NAME = "menu";
declare enum Orientations {
  Horizontal = "horizontal",
  Vertical = "vertical"
}
declare const DEFAULT_ORIENTATION = Orientations.Vertical;
declare const DEFAULT_ELEVATION = PaperElevations.Elevated;
declare const DEFAULT_SUB_MENU_ELEVATION = PaperElevations.Bordered;
//#endregion
export { Orientations as a, GROUP_NAME as i, DEFAULT_ORIENTATION as n, DEFAULT_SUB_MENU_ELEVATION as r, DEFAULT_ELEVATION as t };
//# sourceMappingURL=Menu.constants-BnwzoYfm.d.ts.map