export interface CssClass {
    row_selection_class: string;
    header_class: string;
    table_class: string;
}
