import { BandScale as BandScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type BandOptions = Omit; export declare const Band: SC;