import { FlowPathProps } from './types'; export declare const FlowPath: ({ variant, points, units, curve, markerStart, markerEnd, className, setRole, transition, ...props }: FlowPathProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FlowPath.d.ts.map