export declare class Transition { protected _widget: any; protected _duration: any; protected _delay: any; protected _ease: any; constructor(widget: any); duration(_: any): any; delay(_: any): any; ease(_: any): any; apply(selection: any): any; } //# sourceMappingURL=Transition.d.ts.map