import { type IntlShape } from "react-intl"; import { type IDateFilter } from "@gooddata/sdk-model"; export declare function translateDateFilter(intl: IntlShape, filter: IDateFilter, dateFormat: string): string; //# sourceMappingURL=dateFilterNaming.d.ts.map