export default interface Theme { name: string; description?: string; css: string | string[]; attrs?: string[]; style: string; }