export { default as ProgressIndicator } from './components/progress-dots';
export type { ProgressDotsProps } from './types';
