/// <reference types="react" />
import { UseVariableEditorArgs } from '@graphiql/react';
declare type VariableEditorProps = UseVariableEditorArgs & {
    active?: boolean;
};
export declare function VariableEditor({ active, ...hookArgs }: VariableEditorProps): JSX.Element;
export {};
//# sourceMappingURL=VariableEditor.d.ts.map