export declare const getPosition: (el: HTMLElement | PointerEvent, config: any, bounds: DOMRect) => {
    top: any;
    left: any;
};
