import { ScaleComponent as SC } from '../runtime'; import { LogScale as LogScaleSpec } from '../spec'; export type LogOptions = Omit<LogScaleSpec, 'type'>; export declare const Log: SC<LogOptions>;