declare const getPosition: (anchor: HTMLElement, position: string) => { top: number; left: number; transform: string; }; export { getPosition };