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