import type { ComponentMeta, ComponentStory, StoryObj } from '@storybook/react';
import PopoverNext from './PopoverNext';
declare const _default: ComponentMeta<typeof PopoverNext>;
export default _default;
export declare const Basic: StoryObj<typeof PopoverNext>;
export declare const Comparison: StoryObj<typeof PopoverNext>;
export declare const DatePickers: ComponentStory<typeof PopoverNext>;
export declare const Scrollable: ComponentStory<typeof PopoverNext>;
export declare const ScrollableScrollParent: ComponentStory<typeof PopoverNext>;
//# sourceMappingURL=PopoverNext.story.d.ts.map