import type { Translations } from "react-querybuilder";
export declare const materialTranslations: Pick<Translations, "removeGroup" | "removeRule" | "cloneRule" | "cloneRuleGroup" | "lockGroup" | "lockRule" | "lockGroupDisabled" | "lockRuleDisabled" | "shiftActionDown" | "shiftActionUp">;
