import { DateOption } from '../../../types/Options/DateOption'; import { IDictionary } from '../../../types/Containers/IDictonary/IDictionary'; export declare const i18nDateOptions: (viewAllLabel?: string, todayLabel?: string, lastSevenDaysLabel?: string, lastThirtyDaysLabel?: string, lastNinetyDaysLabel?: string, customLabel?: string) => IDictionary;