export interface CssProperty {
    cssPropertyName: string;
    cssPropertyValue: string;
}
