/// declare function Path({ className, counterClockwise, dashRatio, pathRadius, strokeWidth, style, }: { className?: string; counterClockwise: boolean; dashRatio: number; pathRadius: number; strokeWidth: number; style?: object; }): JSX.Element; export default Path;