import React from 'react'; import { StoryObj } from '@storybook/react'; import { PopoverProps } from '.'; export declare const Primary: StoryObj; export declare const HoveredPopover: StoryObj; export declare const StyledPopoverContent: StoryObj; export declare const ControlledPopover: StoryObj; export declare const ControlledPopoverWithExternalTrigger: StoryObj; export declare const PopoverWithinAPopover: StoryObj; export declare const CloseOnScroll: StoryObj; export declare const DisableScrolling: StoryObj; export declare const WithDropdown: { render: (args: PopoverProps) => JSX.Element; }; export declare const TriggerWithoutRef: { render: (args: PopoverProps) => JSX.Element; }; declare const _default: { component: React.ForwardRefExoticComponent & React.RefAttributes>; title: string; parameters: { docs: { description: { component: string; }; }; }; }; export default _default;