import type { ChartUnit } from '../../../core/types/chart-unit.js'; import type { ValueRepresentation } from '../../../core/types/scales.js'; import type { MappedPositionedAxes, YAxisProps } from '../types/slots.js'; export declare const buildYAxisProps: (index: number, unit: ChartUnit, axesConfig: MappedPositionedAxes, valueRepresentation?: ValueRepresentation) => YAxisProps;