export declare enum StatusClassNames { ASC = "sorting-icon-svg__asc", DESC = "sorting-icon-svg__desc", NO_ORDER = "sorting-icon-svg__no_order", SORTING_NOT_ALLOWED = "sorting-icon-svg__not-allowed" }