import { ThemeDefinition } from '../themes/Theme'; /** * Returns series properties for Sankey chart * * @param serie * @param theme * @param isSkeleton * @private Not intended as public API and subject to change */ export declare const getSankeySeries: (serie: any, theme: ThemeDefinition, isSkeleton: boolean) => any; //# sourceMappingURL=Sankey.d.ts.map