import { type SqlQueryEditorProps } from './components/QueryEditor'; import { type SQLDialect } from './types'; type SQLVariableQueryEditorProps = SqlQueryEditorProps; export declare const SQLVariablesQueryEditor: (props: SQLVariableQueryEditorProps) => import("react/jsx-runtime").JSX.Element; export {};