import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { CopyButtonProps as RemoteCopyButtonElementProps } from '@mittwald/flow-react-components'; export type { CopyButtonProps as RemoteCopyButtonElementProps } from '@mittwald/flow-react-components'; export declare class RemoteCopyButtonElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-controls": {}; "aria-current": {}; "aria-describedby": {}; "aria-details": {}; "aria-disabled": {}; "aria-expanded": {}; "aria-haspopup": {}; "aria-labelledby": {}; "aria-pressed": {}; ariaSlot: {}; autoFocus: {}; className: {}; color: {}; dir: {}; elementType: {}; excludeFromTabOrder: {}; form: {}; formAction: {}; formEncType: {}; formMethod: {}; formNoValidate: {}; formTarget: {}; hidden: {}; id: {}; inert: {}; isDisabled: {}; isFailed: {}; isPending: {}; isReadOnly: {}; isSucceeded: {}; lang: {}; name: {}; preventFocusOnPress: {}; size: {}; slot: {}; text: {}; translate: {}; type: {}; unstyled: {}; value: {}; variant: {}; }; 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: {}; 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-copy-button": InstanceType; } }