import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { TruncateProps as RemoteTruncateElementProps } from '@mittwald/flow-react-components'; export type { TruncateProps as RemoteTruncateElementProps } from '@mittwald/flow-react-components'; export declare class RemoteTruncateElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; ellipsis: {}; offset: {}; title: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-truncate": InstanceType; } }