import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { LineProps as RemoteLineElementProps } from '@mittwald/flow-react-components'; export type { LineProps as RemoteLineElementProps } from '@mittwald/flow-react-components'; export declare class RemoteLineElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; color: {}; dataKey: {}; type: {}; unit: {}; xAxisId: {}; yAxisId: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-line": InstanceType; } }