import { IBucket } from "../interfaces/Visualization";
export declare const FILTERS = "filters";
export declare const SHOW_IN_PERCENT = "showInPercent";
export declare const SHOW_ON_SECONDARY_AXIS = "showOnSecondaryAxis";
export declare const GRANULARITY: {
    date: string;
    week: string;
    month: string;
    quarter: string;
    year: string;
};
export declare const DATE_DATASET_ATTRIBUTE = "attr.datedataset";
export declare const ALL_TIME = "all_time";
export declare const BUCKETS = "buckets";
export declare const MEASUREGROUP = "measureGroup";
export declare const METRIC = "metric";
export declare const FACT = "fact";
export declare const DATE = "date";
export declare const ATTRIBUTE = "attribute";
export declare const GEO_ATTRIBUTE = "geo_attribute";
export declare const DEFAULT_BUCKETS: IBucket[];
