import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { CartesianChartProps as RemoteCartesianChartElementProps } from '@mittwald/flow-react-components'; export type { CartesianChartProps as RemoteCartesianChartElementProps } from '@mittwald/flow-react-components'; export declare class RemoteCartesianChartElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; data: {}; flexGrow: {}; height: {}; layout: {}; syncId: {}; syncMethod: {}; }; static get remoteEvents(): {}; static get remoteSlots(): string[]; } declare global { interface HTMLElementTagNameMap { "flr-cartesian-chart": InstanceType; } }