import * as React from 'react'; import { IPopoverProps } from './PropsType'; import '../popup/style/index'; declare const Popover: React.FC; export default Popover;