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