export declare const SpellcheckCountryCodes: {
    country: string;
    code: string;
}[];
export declare const SpellcheckLanguageCodes: {
    language: string;
    code: string;
}[];
