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