import type { StoryObj } from "@storybook/react-vite";
import { ActionButton } from "./ActionButton";
type ThisStory = StoryObj<typeof ActionButton>;
declare const _default: {
    title: string;
    component: typeof ActionButton;
    parameters: {
        componentSubtitle: string;
        docs: {
            description: {
                component: string;
            };
        };
    };
};
export default _default;
export declare const ActionButtonPreviewStory: ThisStory;
export declare const ActionButtonVariantsStory: ThisStory;
//# sourceMappingURL=ActionButton.stories.d.ts.map