import { DynamicContentStore } from "../../../flex-ui-core/src"; import React from "react"; import { SearchViewChildrenProps } from "./SearchView"; export declare const displayName = "SearchView"; export declare const contentStore: DynamicContentStore; export declare const NoSearchResultsFound: () => JSX.Element; export declare const itemToString: (item: any) => any; export declare const optionTemplate: (item: any) => JSX.Element; export declare const SearchViewImpl: React.FC & { displayName: string; }; export default SearchViewImpl;