import { SelectListOptionProps } from '@embeddable.com/remarkable-ui'; export declare const Granularity: { readonly second: "second"; readonly minute: "minute"; readonly hour: "hour"; readonly day: "day"; readonly week: "week"; readonly month: "month"; readonly quarter: "quarter"; readonly year: "year"; }; export type TGranularity = keyof typeof Granularity; export type TGranularityValue = (typeof Granularity)[TGranularity]; export declare const defaultGranularitySelectFieldOptions: SelectListOptionProps[]; export declare const granularities: ("second" | "minute" | "hour" | "day" | "week" | "month" | "quarter" | "year")[]; //# sourceMappingURL=defaults.GranularityOptions.constants.d.ts.map