import type { DataRect } from "../types/api.js";
export declare function isBottomRect(rowCount: number, botCount: number, rect: DataRect): boolean;
