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