import * as d3 from 'd3';
import { AxisOrientation } from './axisOrientation.js';
export declare function createAxis(orientation: AxisOrientation, scale: any): d3.Axis<d3.AxisDomain>;
