import type { ComboBoxProps } from "./types"; export declare const ComboBox: (props: ComboBoxProps) => JSX.Element;