interface ThemePayload { style: string; highlight?: string; } declare const themes: Record; export = themes;