import { ToastBaseProps } from './Toast'; declare const _default: import("@storybook/csf").ComponentAnnotations JSX.Element; Title: { ({ children }: import("./Toast").ToastTitleProps): JSX.Element; displayName: string; }; Content: { ({ children }: import("./Toast").ToastContentProps): JSX.Element; displayName: string; }; }>; export default _default; interface ToastStoryProps { title: string; content: string; } export declare const Default: import("@storybook/csf").AnnotatedStoryFn; export declare const Multiple: import("@storybook/csf").AnnotatedStoryFn;