/**
 * Different reasons why the `NoDataComponent` is displayed.
 */
export declare enum AnalyticalTableNoDataReason {
    Empty = "Empty",
    Filtered = "Filtered"
}
