import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { AutocompleteProps as RemoteAutocompleteElementProps } from '@mittwald/flow-react-components'; export type { AutocompleteProps as RemoteAutocompleteElementProps } from '@mittwald/flow-react-components'; export declare class RemoteAutocompleteElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; disableAutoFocusFirst: {}; disableVirtualFocus: {}; filter: {}; slot: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-autocomplete": InstanceType; } }