import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ContextMenuProps as RemoteContextMenuElementProps } from '@mittwald/flow-react-components'; export type { ContextMenuProps as RemoteContextMenuElementProps } from '@mittwald/flow-react-components'; export declare class RemoteContextMenuElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { UNSTABLE_portalContainer: {}; "aria-describedby": {}; "aria-details": {}; "aria-label": {}; "aria-labelledby": {}; arrowBoundaryOffset: {}; arrowRef: {}; boundaryElement: {}; className: {}; containerPadding: {}; crossOffset: {}; defaultOpen: {}; defaultSelectedKeys: {}; dir: {}; disabledKeys: {}; getTargetRect: {}; hidden: {}; inert: {}; isDefaultOpen: {}; isDialogContent: {}; isEntering: {}; isExiting: {}; isKeyboardDismissDisabled: {}; isNonModal: {}; isOpen: {}; lang: {}; maxHeight: {}; offset: {}; placement: {}; scrollRef: {}; selectedKeys: {}; selectionMode: {}; shouldCloseOnInteractOutside: {}; shouldFlip: {}; shouldSkipAnimation: {}; shouldUpdatePosition: {}; slot: {}; translate: {}; trigger: {}; triggerRef: {}; width: {}; }; static get remoteEvents(): { action: {}; animationEnd: {}; animationEndCapture: {}; animationIteration: {}; animationIterationCapture: {}; animationStart: {}; animationStartCapture: {}; auxClick: {}; auxClickCapture: {}; blurWithin: {}; click: {}; clickCapture: {}; contextMenu: {}; contextMenuCapture: {}; doubleClick: {}; doubleClickCapture: {}; focusWithin: {}; focusWithinChange: {}; gotPointerCapture: {}; gotPointerCaptureCapture: {}; 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-context-menu": InstanceType; } }