type Scheme = "dark" | "light"; type Theme = Scheme | "os-default"; export type { Scheme, Theme };