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