import type { Meta } from "@storybook/react"; import React from "react"; import { Notification } from "../index_with_tw_base"; declare const meta: Meta; export default meta; export declare const Example: () => React.JSX.Element; //# sourceMappingURL=Notification.stories.d.ts.map