import type { XYChartYAxisProps } from '../types/xy-chart-props.js'; export declare const YAxis: { (props: XYChartYAxisProps): null; displayName: string; };