///
import type { YAxisTick } from '../../types';
export interface Props {
ticks: YAxisTick[];
transform: {
x: number;
y: number;
};
width: number;
}
export declare const HorizontalGridLines: import("react").NamedExoticComponent;
//# sourceMappingURL=HorizontalGridLines.d.ts.map