import { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import('react').ForwardRefExoticComponent & import('react').RefAttributes>; args: { children: string; severity: "info"; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const Severities: Story; export declare const Variants: Story;