export declare const texts: { nb: { readonly close: "Lukk"; readonly error: { readonly ariaLabel: "Feilmelding"; }; readonly info: { readonly ariaLabel: "Infomelding"; }; readonly success: { readonly ariaLabel: "Suksessmelding"; }; readonly news: { readonly ariaLabel: "Nyhetsmelding"; }; }; nn: { readonly close: "Lukk"; readonly error: { readonly ariaLabel: "Feilmelding"; }; readonly info: { readonly ariaLabel: "Infomelding"; }; readonly success: { readonly ariaLabel: "Suksessmelding"; }; readonly news: { readonly ariaLabel: "Nyheitsmelding"; }; }; en: { readonly close: "Close"; readonly error: { readonly ariaLabel: "Error message"; }; readonly info: { readonly ariaLabel: "Info message"; }; readonly success: { readonly ariaLabel: "Success message"; }; readonly news: { readonly ariaLabel: "News message"; }; }; };