import { PopoverProps } from './popover.type';
declare const IPopover: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element;
export declare const IPopoverContent: (props: PopoverProps) => import("react/jsx-runtime").JSX.Element;
export default IPopover;
