export declare const getRootOffset: (ele: HTMLElement, rootEle?: HTMLElement) => {
    offsetTop: number;
    offsetLeft: number;
};
