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