import { FC, PropsWithChildren } from 'react'; import { ProgressItemProps } from './progress-indicator.types'; export declare const ProgressBar: FC>;