import type { Meta, StoryObj } from '@storybook/react-vite'; declare const meta: Meta; export default meta; interface ArgsType { notification_count: number; } type Story = StoryObj; export declare const Base: Story; export declare const ToManyNotificationDesktop: Story; export declare const Mobile: Story; export declare const ToManyNotificationMobile: Story;