import React from "react"; import { Popover } from "../index_with_tw_base"; declare const meta: { title: string; component: typeof Popover; }; export default meta; export declare function SimplePopoverExample(): React.JSX.Element; export declare function PopoverExample(): React.JSX.Element; export declare function PopoverGrowingExample(): React.JSX.Element; export declare function ScrollablePopoverExample(): React.JSX.Element; //# sourceMappingURL=Popover.stories.d.ts.map