/**
 * Combobox with open popup showing no data state.
 * The listbox exists but is empty. NoData element announces the empty state.
 */
export declare const ComboboxNoData: (props: any) => import("react/jsx-runtime").JSX.Element;
