import { TimeScale as TimeScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type TimeOptions = Omit; export declare const Time: SC;