declare let Translations: { fr: { clear: string; }; en: { clear: string; }; zh: { clear: string; }; }; export { Translations };