import { DynamicContentStore } from "../../../../flex-ui-core/src"; import React from "react"; import { SearchListItemChildrenProps } from "./SearchListItem"; export declare const displayName = "SearchListItem"; export declare const contentStore: DynamicContentStore; export declare const SearchListItemImpl: React.FC & { displayName: string; }; export default SearchListItemImpl;