export declare type Values = T[keyof T]; export declare const PanelType: { ROWS: "rows"; COLUMNS: "columns"; MEASURES: "measures"; SCOPE: "scope"; }; export declare type ListOfPanelTypes = Values; export declare const SortingDirection: { ASC: "asc"; DESC: "desc"; }; export declare type ListOfSortingDirections = Values; export declare const UserType: { SUB_TOTAL: string; GRAND_TOTAL: string; MEASURE_TOP: string; MEASURE_BOTTOM: string; CORNER: string; }; export declare const ColorFormatType: { COLOR: string; CONDITION: string; }; export declare const JaqlDataType: { DATETIME: "datetime"; TEXT: "text"; NUMERIC: "numeric"; }; export declare type ListOfJaqlDataTypes = Values; export declare const PluginsTypesFields: { MEMBER: string; VALUE: string; SUB_TOTAL: string; GRAND_TOTAL: string; }; export declare const PluginsPanelFields: { MEMBER: string; INDEX: string; TITLE: string; NAME: string; AGG: string; DIM: string; };