import ExportQueryFieldTranslatedInterface from "../../../components/Table/definitions/ExportQueryFieldTranslatedInterface";
interface ExportQueryFieldInterface extends ExportQueryFieldTranslatedInterface {
    disableTranslateLabel?: boolean;
}
export default ExportQueryFieldInterface;
