export declare const getPositionStyle: (position: string, el: HTMLElement, container?: HTMLElement) => {}; export declare function getPosition(position: string, priorityDirection: string, element: HTMLElement, container?: HTMLElement): string;