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