import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ChartLegendProps as RemoteChartLegendElementProps } from '@mittwald/flow-react-components'; export type { ChartLegendProps as RemoteChartLegendElementProps } from '@mittwald/flow-react-components'; export declare class RemoteChartLegendElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; formatter: {}; verticalAlign: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-chart-legend": InstanceType; } }