import { CategoricalBarChartValueAxisProps } from '../types/categorical-bar-chart.js'; /** * Value axis slot component. */ export declare const ValueAxis: { (props: CategoricalBarChartValueAxisProps): null; displayName: string; };