import { NumericChartScale } from './scales'; interface EmphasizedBaselineProps { axis?: 'x' | 'y'; width: number; height: number; scale: NumericChartScale; } declare const _default: typeof EmphasizedBaseline; export default _default; declare function EmphasizedBaseline({ axis, width, height, scale }: EmphasizedBaselineProps): JSX.Element | null; //# sourceMappingURL=emphasized-baseline.d.ts.map