/** Language detector based on Navigator preferences */
export declare const languageDetector: () => string;
