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