export declare const NOT_AUTH_MODULE_LAYOUT_KEY = "M4LNoAuthModuleLayout"; /** * Lista de iconos */ export declare const NOT_AUTH_MODULE_LAYOUT_ICONS: { home: string; themeSettings: string; }; /** * Lista de keys de diccionario */ export declare const DICTIONARY_KEYS: { label_home_navigation: string; }; export declare const DEFAULT_HOME_PATH = "/auth/login"; export declare const NO_AUTH_MODULE_LAYOUT_CLASSES: Record<"headerContainer" | "buttonHomeNavigation" | "containerModuleName" | "wrapperFormContent" | "containerLanguageAndSettings" | "containerCompanyLogo" | "companyLogo" | "desktopBackground" | "contentFormDesktop" | "baseNoAuthModuleLayoutRoot" | "formContent", string>; //# sourceMappingURL=constants.d.ts.map