export default interface ExportManager { svg(): void; image(type?: string): void; }