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