/** * Observable class to subscribe to changes in the page's lang attribute */ declare class DocumentElementLang { lang: string; constructor(); } export declare const documentElementLang: DocumentElementLang; export {};