import React from 'react';
declare function AnimatedPath({ d, stroke, fill, ...lineProps }: Omit<React.SVGProps<SVGPathElement>, 'ref'>): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof AnimatedPath>;
export default _default;
//# sourceMappingURL=AnimatedPath.d.ts.map