/// import './Block.stories.scss'; declare const _default: { title: string; decorators: ((...args: any) => any)[]; }; export default _default; export declare const BlockTitle: { (): JSX.Element; story: { name: string; }; }; export declare const BlockText: { (): JSX.Element; story: { name: string; }; }; export declare const BlockProgressBar: { (): JSX.Element; story: { name: string; }; }; export declare const BlockBackground: { (): JSX.Element; story: { name: string; }; };