import * as React from 'react'; import { PopoverItemProps } from './PropsType'; declare const Item: React.FC; export default Item;