import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { SegmentProps as RemoteSegmentElementProps } from '@mittwald/flow-react-components'; export type { SegmentProps as RemoteSegmentElementProps } from '@mittwald/flow-react-components'; export declare class RemoteSegmentElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-describedby": {}; "aria-details": {}; "aria-label": {}; "aria-labelledby": {}; autoFocus: {}; className: {}; dir: {}; hidden: {}; id: {}; inert: {}; inputRef: {}; isDisabled: {}; lang: {}; slot: {}; translate: {}; value: {}; }; static get remoteEvents(): { animationEnd: {}; animationEndCapture: {}; animationIteration: {}; animationIterationCapture: {}; animationStart: {}; animationStartCapture: {}; auxClick: {}; auxClickCapture: {}; blur: {}; click: {}; clickCapture: {}; contextMenu: {}; contextMenuCapture: {}; doubleClick: {}; doubleClickCapture: {}; focus: {}; focusChange: {}; gotPointerCapture: {}; gotPointerCaptureCapture: {}; hoverChange: {}; hoverEnd: {}; hoverStart: {}; keyDown: {}; keyUp: {}; lostPointerCapture: {}; lostPointerCaptureCapture: {}; mouseDown: {}; mouseDownCapture: {}; mouseEnter: {}; mouseLeave: {}; mouseMove: {}; mouseMoveCapture: {}; mouseOut: {}; mouseOutCapture: {}; mouseOver: {}; mouseOverCapture: {}; mouseUp: {}; mouseUpCapture: {}; pointerCancel: {}; pointerCancelCapture: {}; pointerDown: {}; pointerDownCapture: {}; pointerEnter: {}; pointerLeave: {}; pointerMove: {}; pointerMoveCapture: {}; pointerOut: {}; pointerOutCapture: {}; pointerOver: {}; pointerOverCapture: {}; pointerUp: {}; pointerUpCapture: {}; press: {}; pressChange: {}; pressEnd: {}; pressStart: {}; pressUp: {}; scroll: {}; scrollCapture: {}; 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-segment": InstanceType; } }