import * as d3 from './bundle-d3';
export declare type D3 = typeof d3;
export declare class D3Service {
    constructor();
    getD3(): D3;
}
