export const themeLocalization = {
  /** @remarks `"Appearance"` */
  appearance: "Appearance",
  /** @remarks `"Theme"` */
  theme: "Theme",
  /** @remarks `"System"` */
  system: "System",
  /** @remarks `"Light"` */
  light: "Light",
  /** @remarks `"Dark"` */
  dark: "Dark"
}

export type ThemeLocalization = typeof themeLocalization
