import { StoryObj } from '@storybook/react-vite'; import { default as ExceptionList } from './ExceptionList'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; parameters: { layout: string; }; tags: string[]; argTypes: {}; args: { onClick: import('storybook/internal/test').Mock<(...args: any[]) => any>; }; }; export default meta; type Story = StoryObj; export declare const Success: Story; export declare const Danger: Story; export declare const Warning: Story; export declare const Children: Story;