export declare const hidePopover: (this: void | HTMLElement, element: HTMLElement) => void; export declare const showPopover: (this: void | HTMLElement, element: HTMLElement) => void;