import { IList } from "./IList"; import { SVGWidget } from "./SVGWidget"; import "../src/List.css"; export declare class List extends SVGWidget implements IList { protected _listWidgets: any; constructor(); update(domNode: any, element: any): void; exit(domNode: any, element: any): void; click(d: any): void; dblclick(d: any): void; anchor: { (): string; (_: string): List; }; } //# sourceMappingURL=List.d.ts.map