export type { IPopoverProps } from './types'; import type { IPopoverComponentType } from './types'; declare const Popover: IPopoverComponentType; export { Popover };