import { Meta } from '@storybook/react'; import { EventNotificationProps } from '../..'; type WithoutType = Omit; export declare const Event: import('@storybook/types').AnnotatedStoryFn; export declare const EventCloseAlert: import('@storybook/types').AnnotatedStoryFn; export declare const EventCounter: import('@storybook/types').AnnotatedStoryFn; export declare const EventCounterUp: () => import("react/jsx-runtime").JSX.Element; export declare const EventButtons: import('@storybook/types').AnnotatedStoryFn; declare const _default: Meta; export default _default;