import type { IBaseQueryGroupBy } from '@teable/openapi'; import type { IQueryEditorProps } from './types'; export declare const QueryGroup: (props: IQueryEditorProps) => import("react/jsx-runtime").JSX.Element;