import React from 'react';
import type { CnPopoverProps, CnPopoverRef } from './types';
export type GetContainer = HTMLElement | (() => HTMLElement) | null;
export declare const CnPopover: React.ForwardRefExoticComponent<CnPopoverProps & React.RefAttributes<CnPopoverRef>>;