export declare function showVerificationPopover(anchorEl: HTMLElement, dateString: string): void;
export declare function hideVerificationPopover(): void;
export declare function isEventInsidePopover(evt: MouseEvent): boolean;
export declare function isPointerCurrentlyOverPopover(): boolean;
