import { Meta } from '@storybook/react'; import { ButtonProps } from './Button'; declare const _default: Meta; export default _default; export declare const Default: import('@storybook/types').AnnotatedStoryFn>; export declare const AnimationSpinner: import('@storybook/types').AnnotatedStoryFn>; export declare const AnimationPulse: import('@storybook/types').AnnotatedStoryFn>; export declare const Badge: import('@storybook/types').AnnotatedStoryFn>; export declare const BadgeLongText: import('@storybook/types').AnnotatedStoryFn>; export declare const LeftIconExample: () => import("react/jsx-runtime").JSX.Element; export declare const RightIconExample: () => import("react/jsx-runtime").JSX.Element; export declare const WithMultipleChildren: () => import("react/jsx-runtime").JSX.Element;