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