import React from 'react'; import type { KQLEditorProps } from './types'; export type { KQLEditorProps } from './types'; declare const KQLMonacoEditor: React.FC; export default KQLMonacoEditor; export { parse, locate } from './parser';