import Loading from './index'; import type { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const LoadingDemo1: Story;