import { LitElement, PropertyValues } from "lit"; import "../icon/icon.js"; import "../tooltip/tooltip.js"; export interface ComboboxOption { value: string; label?: string; key?: string; } declare const WarpCombobox_base: import("@open-wc/form-control").Constructor & typeof LitElement; /** * A combobox element for text input with selectable options. * * [Warp component reference](https://warp-ds.github.io/docs/components/combo-box/frameworks/elements) */ export declare class WarpCombobox extends WarpCombobox_base { #private; /** * The available options to select from. * * Use this for framework usage, application state, or remote search results. When `options` contains entries, it is used instead of child `