/**
* This utils file exists outside of the strict angular DI zone
* This enables opening popups without requiring absolute DI bindings.
*/exportdeclareconstgetPosition: (el: HTMLElement | PointerEvent, config: any, bounds: DOMRect) => {
top: any;
left: any;
};