export interface CnPopoverRef {
    show: () => void;
    hide: () => void;
    visible: boolean;
}
