import { WithStyle } from '@medly-components/utils'; import { PopoverProps, StaticProps } from './types'; import type { FC } from 'react'; export declare const Popover: FC & WithStyle & StaticProps;