/// import './ProgressBar.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const simple: () => JSX.Element; export declare const withDescription: { (): JSX.Element; story: { name: string; }; };