import type { Meta, StoryObj } from '@storybook/react';
import { Empty } from './Empty';
declare const meta: Meta<typeof Empty>;
export default meta;
declare type Story = StoryObj<typeof Empty>;
export declare const Example: Story;
export declare const WithLink: Story;
export declare const FixedHeight: Story;
export declare const Expand: Story;
