type Series = { data: number[]; }; export declare function calcPercentStacked(series: Series[]): void; export {};