declare const getRealShape: (el: HTMLElement) => any; declare const getPositionForDir: (hostRect: ClientRect, selfRect: any, dir: string, arrowDir: string) => any; export { getPositionForDir, getRealShape, };