export namespace theme { namespace plain { let color: string; let backgroundColor: string; } let styles: ({ types: string[]; style: { color: string; fontStyle: string; }; } | { types: string[]; style: { color: string; fontStyle?: undefined; }; })[]; } //# sourceMappingURL=theme.d.ts.map