import type { Predicate } from '../PopoverNext.types';
export declare const getScrollParent: (element?: HTMLElement) => HTMLElement;
export declare const getByPredicate: (predicate: Predicate, element?: HTMLElement) => HTMLElement | null;
//# sourceMappingURL=utils.d.ts.map