import type { Meta, StoryObj } from '@storybook/react'; import Notifications from './Notifications'; declare const meta: Meta; export default meta; declare type Story = StoryObj; export declare const WithoutNewNotifications: Story; export declare const WithNewNotificatitons: Story; export declare const Onboarding: Story; export declare const OpenNotLoading: Story; export declare const OpenNotLoadingButEmpty: Story; export declare const OpenLoading: Story; export declare const NotificationItemImageStory: Story; export declare const GovernanceNotifications: Story; export declare const LandNotifications: Story; export declare const RewardNotifications: Story; export declare const CampaignNotifications: Story; export declare const EventsNotifications: Story; export declare const WorldsNotifications: Story;