import { type $Values } from '../PeriodPicker.types'; export declare const quarter: { readonly Q1: "Q1"; readonly Q2: "Q2"; readonly Q3: "Q3"; readonly Q4: "Q4"; }; export type QuarterType = $Values; //# sourceMappingURL=quarter.d.ts.map