import type { StoryObj } from "@storybook/react"; declare const _default: { title: string; argTypes: { variant: { control: string; options: (string | undefined)[]; }; disabled: { control: string; }; size: { control: string; options: (string | undefined)[]; }; onClick: { action: string; }; }; }; export default _default; export declare const BasicButtons: StoryObj; export declare const TextButtons: StoryObj; export declare const Sizes: StoryObj; export declare const WithIcons: StoryObj;