export interface IStyleGroup {
    key: string;
    name: string;
    groupName: string;
    styleTemplate: string;
    description?: string;
}