import { LitElement } from 'lit'; export declare class UUIComboboxAsyncExampleElement extends LitElement { _options: any[]; _loading: boolean; _filterValue: string; private _fetchData; private _handleSearch; render(): import("lit").TemplateResult<1>; static styles: import("lit").CSSResult[]; }