import { Types } from '../../types'; export type EdgeDriftsProps = { edgeProps: Types.EdgeProps; svgPath: string; }; export declare function EdgeDrifts({ edgeProps: { data }, svgPath, }: EdgeDriftsProps): import("react/jsx-runtime").JSX.Element | null;