import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ContextualHelpTriggerProps as RemoteContextualHelpTriggerElementProps } from '@mittwald/flow-react-components'; export type { ContextualHelpTriggerProps as RemoteContextualHelpTriggerElementProps } from '@mittwald/flow-react-components'; export declare class RemoteContextualHelpTriggerElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-label": {}; isDefaultOpen: {}; subject: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-contextual-help-trigger": InstanceType; } }