import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { CartesianGridProps as RemoteCartesianGridElementProps } from '@mittwald/flow-react-components'; export type { CartesianGridProps as RemoteCartesianGridElementProps } from '@mittwald/flow-react-components'; export declare class RemoteCartesianGridElement 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-cartesian-grid": InstanceType; } }