import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { CheckboxButtonProps as RemoteCheckboxButtonElementProps } from '@mittwald/flow-react-components'; export type { CheckboxButtonProps as RemoteCheckboxButtonElementProps } from '@mittwald/flow-react-components'; export declare class RemoteCheckboxButtonElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-controls": {}; "aria-describedby": {}; "aria-details": {}; "aria-errormessage": {}; "aria-label": {}; "aria-labelledby": {}; autoFocus: {}; className: {}; defaultSelected: {}; dir: {}; excludeFromTabOrder: {}; form: {}; hidden: {}; id: {}; inert: {}; inputClassName: {}; isDisabled: {}; isIndeterminate: {}; isInvalid: {}; isReadOnly: {}; isRequired: {}; isSelected: {}; lang: {}; name: {}; 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: {}; 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-checkbox-button": InstanceType; } }