export class SIQSuggestionTheme {
    textColor = "null";
    borderColor = "null";
    backgroundColor = "null";
    cornerRadius: number | null = null; // Int
    displayStyle: number | null = null; // Int
}