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