import { Meta, StoryObj } from '@storybook/react'; import XCard from '..'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const WithButton: Story; export declare const PrimaryWithButton: Story; export declare const SuccessWithButton: Story; export declare const WarningWithButton: Story; export declare const ErrorWithButton: Story; export declare const DisabledWithButton: Story;