import type { TemplateNamesType } from './types'; declare class DynamicDesktopNavBarTemplates { private static data; private static names; static getNames(): Record<"W1_0001" | "W1_0002" | "W1_0003" | "W1_0004" | "W1_0005" | "W1_0006" | "W1_0007" | "W1_0008" | "W1_0009" | "W1_0010" | "W1_0011", "W1_0001" | "W1_0002" | "W1_0003" | "W1_0004" | "W1_0005" | "W1_0006" | "W1_0007" | "W1_0008" | "W1_0009" | "W1_0010" | "W1_0011">; static getTemplate(name: TemplateNamesType): { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; userProfileOptions: { style: { width: string; }; }; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; } | { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { width: string; gridTemplateColumns: string; }; showSecondaryMenu: boolean; userProfileOptions: { style: { width: string; }; }; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; } | { gridTemplate: string; gridStyle: { width: string; gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { width: string; gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { width: string; gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: {}; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { width: string; gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; userProfileOptions: { style: {}; }; } | { gridTemplate: string; gridStyle: { gridTemplateColumns: string; }; showSecondaryMenu: boolean; primaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { justifyContent: string; }; }; secondaryMenuOptions: { showMenuAsIcon: boolean; maxLength: number; style: { width: string; justifyContent: string; }; }; userProfileOptions: { style: {}; }; }; } export default DynamicDesktopNavBarTemplates;