import React from 'react'; import './Button.stories.scss'; declare const _default: { title: string; component: React.FC; decorators: ((...args: any) => any)[]; }; export default _default; export declare const ButtonTypes: { (): JSX.Element; story: { name: string; }; }; export declare const ButtonSizes: { (): JSX.Element; story: { name: string; }; }; export declare const ButtonBlock: { (): JSX.Element; story: { name: string; }; }; export declare const ButtonWithIcon: { (): JSX.Element; story: { name: string; }; }; export declare const ButtonWithSpinner: { (): JSX.Element; story: { name: string; }; };