import React from 'react'; import { PopoverProps } from './type'; export type { PopoverProps }; declare const Popover: React.ForwardRefExoticComponent>; export default Popover;