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 ALL_TIME = "all_time"; export declare const BUCKETS = "buckets"; 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"; //# sourceMappingURL=bucket.d.ts.map