import { ScaleComponent as SC } from '../runtime'; import { LinearScale as LinearScaleSpec } from '../spec'; export type LinearOptions = Omit; export declare const Linear: SC;