/** Ignore dismiss when the event target is inside any open popover (nested pickers). */ declare function shouldIgnorePopoverDismiss(event: Event): boolean; export { shouldIgnorePopoverDismiss };