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