import { BaseType, Selection } from 'd3-selection'; export interface DeckdeckgoChart { draw(): Promise; postCustomLoad(content: string | undefined): any; } export declare class DeckdeckgoChartUtils { static initSvg(el: HTMLElement, width: number, height: number): Selection; private static clearSvg; }