import type { Rect } from "../types/store"; export declare function isTopOutOfLayout(top: number, layoutRect: Rect, popupRect: Rect): boolean; export declare function isLeftOutOfLayout(left: number, layoutRect: Rect, popupRect: Rect): boolean;