import { AlertBaseProps } from './Alert'; declare const _default: import("@storybook/csf").ComponentAnnotations JSX.Element; Title: { ({ children }: import("./Alert").AlertTitleProps): JSX.Element; displayName: string; }; Content: { ({ children }: import("./Alert").AlertContentProps): JSX.Element; displayName: string; }; }>; export default _default; interface AlertStoryProps { title: string; content: string; } export declare const Default: import("@storybook/csf").AnnotatedStoryFn; export declare const Multiline: import("@storybook/csf").AnnotatedStoryFn; export declare const Stacked: import("@storybook/csf").AnnotatedStoryFn;