import * as PopperJs from '@popperjs/core'; import { Boundary } from './types'; /** * Allows to mimic a behavior from V1 of Popper and accept `window` and `scrollParent` as strings. */ export declare function getBoundary(element: HTMLElement, boundary: Boundary): PopperJs.Boundary;