import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { MessageSeparatorProps as RemoteMessageSeparatorElementProps } from '@mittwald/flow-react-components'; export type { MessageSeparatorProps as RemoteMessageSeparatorElementProps } from '@mittwald/flow-react-components'; export declare class RemoteMessageSeparatorElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-message-separator": InstanceType; } }