import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { XAxisProps as RemoteXAxisElementProps } from '@mittwald/flow-react-components'; export type { XAxisProps as RemoteXAxisElementProps } from '@mittwald/flow-react-components'; export declare class RemoteXAxisElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { allowDataOverflow: {}; allowDecimals: {}; className: {}; dataKey: {}; domain: {}; hide: {}; interval: {}; minTickGap: {}; orientation: {}; scale: {}; type: {}; unit: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-x-axis": InstanceType; } }