import type { TestStepResultStatus } from '@cucumber/messages'; import { type FC, type PropsWithChildren } from 'react'; interface Props { defaultQuery?: string; defaultHideStatuses?: readonly TestStepResultStatus[]; } export declare const InMemorySearchProvider: FC>; export {}; //# sourceMappingURL=InMemorySearchProvider.d.ts.map