import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { ChartGridProps as RemoteChartGridElementProps } from '@mittwald/flow-react-components'; export type { ChartGridProps as RemoteChartGridElementProps } from '@mittwald/flow-react-components'; export declare class RemoteChartGridElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; horizontal: {}; strokeDasharray: {}; vertical: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-chart-grid": InstanceType; } }