import * as React from "react"; import { InstantSearchProps } from "react-instantsearch-core"; export function findResultsState< TProps extends Pick, >(App: React.ComponentType, props: TProps): Promise;