import { typeFC } from'react';
importtype { ProgressDotsProps } from'../types';
/**
* __ProgressDots__
*
* A progress indicator shows the user where they are along the steps of a journey.
*/declareconstProgressDots: FC<ProgressDotsProps>;
exportdefaultProgressDots;