import { type FC } from 'react';
import type { ProgressDotsProps } from '../types';
/**
 * __ProgressDots__
 *
 * A progress indicator shows the user where they are along the steps of a journey.
 */
declare const ProgressDots: FC<ProgressDotsProps>;
export default ProgressDots;
