export declare class Export { static GRAPHML_FILENAME: string; static PNG_FILENAME: string; static PNG_BACKGROUND_COLOR: string; exportAsGraphml(): void; exportAsPng(): void; exportAsSvg(): void; }