import type { Meta, StoryObj } from '@storybook/web-components';
import type { ButtonProps } from './Button.js';
declare const meta: Meta<ButtonProps>;
export default meta;
type Story = StoryObj<ButtonProps>;
export declare const Primary: Story;
export declare const Secondary: Story;
export declare const Large: Story;
export declare const Small: Story;
//# sourceMappingURL=Button.stories.d.ts.map