import { Meta, StoryFn } from '@storybook/react'; import { ButtonProps } from '../../types'; declare const _default: Meta; export default _default; export declare const Default: StoryFn; export declare const Primary: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const Critical: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const InlineButton: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const TextIconButton: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const Disabled: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const ColorBlockButton: { (args: any): import("react/jsx-runtime").JSX.Element; argTypes: { isConfigured: { control: { type: string; }; defaultValue: boolean; }; }; parameters: { design: { type: string; url: string; }; }; }; export declare const Filter: () => import("react/jsx-runtime").JSX.Element; export declare const WithLoading: (args: any) => import("react/jsx-runtime").JSX.Element;