import { Meta } from '@storybook/react';
import { PopoverProps } from './types';
declare const meta: Meta;
export default meta;
export declare const Default: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const WithOverlay: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const HoverTrigger: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
export declare const CustomStyling: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, PopoverProps>;
