export interface Theme {
    name: string;
    properties: {
        [key: string]: string;
    }
}