export declare const rangeSelectorTypes: { id: string; value: string; label: string; }[]; export declare const getRangeSelectorTypes: (t: any) => { id: string; value: string; label: any; }[]; export declare const setStartDateOffset: (selectedRange: any, day: any) => any; export declare const setEndDateOffset: (selectedRange: any, day: any) => any; export declare const calculatePosition: ({ containerRef, setCustomPosition, showRangeSelector }: { containerRef: any; setCustomPosition: any; showRangeSelector: any; }) => void; export declare const formatMomentDate: (date: any, dateFormat?: string) => any; //# sourceMappingURL=utils.d.ts.map