import React from 'react'; import type { PropsWithChildren } from 'react'; import type { PopoverProps } from '../../decs'; declare const Popover: React.FC>; export type { PopoverProps } from '../../decs'; export default Popover; //# sourceMappingURL=Popover.d.ts.map