export default class SankeyOptions { width: number; height: number; data: Promise; color: Array; }