/// import type { YAxisTick } from '../../types'; interface Props { ticks: YAxisTick[]; textAlign: 'left' | 'right'; width: number; x: number; y: number; ariaHidden?: boolean; } export declare function YAxis({ ticks, width, textAlign, ariaHidden, x, y, }: Props): JSX.Element; export {}; //# sourceMappingURL=YAxis.d.ts.map