import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { AlertTextProps as RemoteAlertTextElementProps } from '@mittwald/flow-react-components'; export type { AlertTextProps as RemoteAlertTextElementProps } from '@mittwald/flow-react-components'; export declare class RemoteAlertTextElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; status: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-alert-text": InstanceType; } }