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