import { Meta, StoryObj } from '@storybook/react';
import { Async } from './Async';
declare const meta: Meta<typeof Async>;
export default meta;
type Story = StoryObj<typeof Async>;
export declare const Loading: Story;
export declare const Error: Story;
export declare const CustomMessage: Story;
export declare const Empty: Story;
