import * as d3 from 'd3'; export declare const appendSvg: (node: HTMLElement, width: number, height: number) => d3.Selection;