import { ScaleBandProps } from '../types'; export declare function scaleBand({ domain, range, nice }: ScaleBandProps): import("d3-scale").ScaleBand;