import React from "react"; import type { ComboboxSearchProps } from "../../../Combobox.types"; export declare function ComboboxContentSearch(props: ComboboxSearchProps): React.JSX.Element;