import { FC } from 'react'; import { CirclePathProps } from './progress-indicator.types'; declare const CirclePath: FC; export default CirclePath;