import { type StoryObj, type Meta } from '@storybook/react'; import { Status } from './Status'; import { type ComponentProps } from 'react'; declare const meta: Meta>; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const WithoutIcon: Story; export declare const WithIcon: Story; export declare const WithCustomIcon: Story;