import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { SelectProps as RemoteSelectElementProps } from '@mittwald/flow-react-components'; export type { SelectProps as RemoteSelectElementProps } from '@mittwald/flow-react-components'; export declare class RemoteSelectElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { allowsEmptyCollection: {}; "aria-describedby": {}; "aria-details": {}; "aria-label": {}; "aria-labelledby": {}; autoComplete: {}; autoFocus: {}; className: {}; defaultOpen: {}; defaultSelectedKey: {}; defaultValue: {}; dir: {}; disabledKeys: {}; excludeFromTabOrder: {}; form: {}; hidden: {}; id: {}; inert: {}; isDisabled: {}; isInvalid: {}; isOpen: {}; isReadOnly: {}; isRequired: {}; lang: {}; name: {}; placeholder: {}; selectedKey: {}; selectionMode: {}; shouldCloseOnSelect: {}; slot: {}; translate: {}; validate: {}; validationBehavior: {}; value: {}; }; static get remoteEvents(): { animationEnd: {}; animationEndCapture: {}; animationIteration: {}; animationIterationCapture: {}; animationStart: {}; animationStartCapture: {}; auxClick: {}; auxClickCapture: {}; blur: {}; change: {}; click: {}; clickCapture: {}; contextMenu: {}; contextMenuCapture: {}; doubleClick: {}; doubleClickCapture: {}; focus: {}; focusChange: {}; gotPointerCapture: {}; gotPointerCaptureCapture: {}; keyDown: {}; keyUp: {}; lostPointerCapture: {}; lostPointerCaptureCapture: {}; mouseDown: {}; mouseDownCapture: {}; mouseEnter: {}; mouseLeave: {}; mouseMove: {}; mouseMoveCapture: {}; mouseOut: {}; mouseOutCapture: {}; mouseOver: {}; mouseOverCapture: {}; mouseUp: {}; mouseUpCapture: {}; openChange: {}; pointerCancel: {}; pointerCancelCapture: {}; pointerDown: {}; pointerDownCapture: {}; pointerEnter: {}; pointerLeave: {}; pointerMove: {}; pointerMoveCapture: {}; pointerOut: {}; pointerOutCapture: {}; pointerOver: {}; pointerOverCapture: {}; pointerUp: {}; pointerUpCapture: {}; scroll: {}; scrollCapture: {}; selectionChange: {}; touchCancel: {}; touchCancelCapture: {}; touchEnd: {}; touchEndCapture: {}; touchMove: {}; touchMoveCapture: {}; touchStart: {}; touchStartCapture: {}; transitionCancel: {}; transitionCancelCapture: {}; transitionEnd: {}; transitionEndCapture: {}; transitionRun: {}; transitionRunCapture: {}; transitionStart: {}; transitionStartCapture: {}; wheel: {}; wheelCapture: {}; }; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-select": InstanceType; } }