import { Position } from '../../Popper.types'; /** Return element's top-left position relative to root */ export declare const getChildPosition: (root: HTMLElement, element: HTMLElement) => Position;