import { View } from 'vega'; import { ViewOptions } from 'vega-typings/types/runtime'; import { Runtime } from 'vega-typings/types/runtime/runtime'; export declare class VegaErrorHandler extends View { constructor(runtime: Runtime, opt?: ViewOptions); }