import type { SankeyProps } from './index.js'; declare const Sankey: import("svelte").Component; type Sankey = ReturnType; export default Sankey;