import { FC } from 'react'; import { PopoverProps } from './interface'; declare const Popover: FC; export default Popover;