import { ComponentProps } from 'react'; import { Meta } from '@storybook/react'; import { Popover } from './Popover'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Omit) => JSX.Element; export declare const Types: () => JSX.Element; export declare const Placement: () => JSX.Element; export declare const CloseVectors: () => JSX.Element; export declare const OpenOnHover: () => JSX.Element; //# sourceMappingURL=Popover.stories.d.ts.map