/** * Ensure the EuiPopover being tested is open/closed before contiuning * Note: Because EuiPopover is portalled, we want to query `document` * instead of the `container` returned by RTL's render() */ export declare const waitForEuiPopoverOpen: () => Promise; export declare const waitForEuiPopoverClose: () => Promise; export declare const waitForEuiToolTipVisible: () => Promise; export declare const waitForEuiToolTipHidden: () => Promise; export declare const showEuiComboBoxOptions: () => Promise; export declare const waitForEuiContextMenuPanelTransition: () => Promise;