import { PopoverElementProps } from './types'; import React from 'react'; declare const PopoverElement: React.FC; export default PopoverElement;