export declare const NvAlertMods: { readonly PRIMARY: "primary"; readonly SUCCESS: "success"; readonly DANGER: "danger"; readonly WARN: "warn"; }; export type NvAlertMods = (typeof NvAlertMods)[keyof typeof NvAlertMods];