import { Query as GherkinQuery } from '@cucumber/gherkin-utils'; import { Query as CucumberQuery } from '@cucumber/query'; import React from 'react'; import { EnvelopesQuery } from '../../EnvelopesQueryContext'; interface IProps { cucumberQuery: CucumberQuery; gherkinQuery: GherkinQuery; envelopesQuery: EnvelopesQuery; } export declare const QueriesWrapper: React.FunctionComponent; export {}; //# sourceMappingURL=QueriesWrapper.d.ts.map