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