/** Detect the page language from element attribute, document, or navigator. */ export declare function detectLanguage(el: HTMLElement): string;