import { IStoryIndexedObject } from '../../types'; interface IProgressBarProps { hasStoryPassed: boolean; isActive: boolean; story: IStoryIndexedObject; isPaused: boolean; } export declare function ProgressBar(props: IProgressBarProps): JSX.Element; export {}; //# sourceMappingURL=ProgressBar.component.d.ts.map