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