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