/**
 * Auto-generated definitions file ("npm run i18n")
 */

interface I18nCore {
  close: string;
  back: string;
  menu: string;
  collapse: string;
  expand: string;
  copy: string;
}

interface I18nTheme {
  switch_theme: string;
}

interface I18nProgress {
  completed: string;
  in_progress: string;
}

interface I18n {
  lang: Languages;
  core: I18nCore;
  theme: I18nTheme;
  progress: I18nProgress;
}
