import type { TPopupPosition } from './types'; export declare function calculatePopupPosition(popupWidth?: number, popupHeight?: number): TPopupPosition;