import { Meta, StoryObj } from '@storybook/react';
import { default as SlackButton } from './SlackButton';
declare const meta: Meta<typeof SlackButton>;
export default meta;
export declare const Light: StoryObj;
export declare const Dark: StoryObj;
export declare const Rounded: StoryObj;
export declare const Signup: StoryObj;
export declare const Continue: StoryObj;
export declare const Disabled: StoryObj;
