import { Query } from '@parca/parser'; interface Props { setDraftMatchers: (selection: string) => void; draftParsedQuery: Query | null; commitDraft: () => void; } declare const MatchersInput: ({ setDraftMatchers, draftParsedQuery, commitDraft }: Props) => JSX.Element; export default MatchersInput; //# sourceMappingURL=index.d.ts.map