import { FC } from 'react'; import { PopoverHeaderProps } from 'reactstrap'; declare const PopoverHeader: FC; export default PopoverHeader;