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