import type { DataRect } from "../types";
export declare function isFullyWithinRect(pos: DataRect, rect: DataRect): boolean;
