import { FASTElement } from "@microsoft/fast-element"; import { enmeddComboboxItem } from "./ComboboxItem/comboboxItem"; export declare class enmeddCombobox extends FASTElement { show?: boolean; label?: string; instruction?: string; placeholder?: string; value?: string; connectedCallback(): void; disconnectedCallback(): void; private handleKeyDown; handleGlobalClick: (event: MouseEvent) => void; toggleItems(): void; selectItem(item: enmeddComboboxItem): void; generateRandomId(): string; handleAttribute(): void; } export declare const EnmeddCombobox: import("@microsoft/fast-react-wrapper").ReactWrapper; //# sourceMappingURL=combobox.d.ts.map