import { FC } from 'react'; import { PopoverProps } from 'reactstrap'; declare const Popover: FC; export default Popover;