import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { PopoverPopupProps } from './types'; export declare const Popup: FC & WithStyle;