export declare enum TableCellVariantType {
    HEADER_CELL_DEFAULT = "HEADER_CELL_DEFAULT",
    BODY_CELL_DEFAULT = "BODY_CELL_DEFAULT"
}
