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