export interface IVisualizationProperties {
    [property: string]: object;
}
