import { DefaultLink, DefaultNode, SankeySvgProps } from './types';
export declare const Sankey: <N extends DefaultNode = DefaultNode, L extends DefaultLink = DefaultLink>({ isInteractive, animate, motionConfig, theme, renderWrapper, ...otherProps }: SankeySvgProps<N, L>) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Sankey.d.ts.map