import type { LocalizedString } from './Exports'; export type Theme = { id: string; name: LocalizedString; type: 'theme'; };