import React from 'react'; import { PopoverProps } from '../Popover/type'; interface WrapperPopoverProps { children?: JSX.Element; popoverProps?: Omit; tip?: React.ReactNode; focus?: boolean; className?: string; hasError?: boolean; shouldPop: boolean; } declare const _default: React.NamedExoticComponent; export default _default;