import { RectShape } from "../../types"; export declare const gridLayoutMaker: () => { addRect(rect: RectShape): RectShape; rects: RectShape[]; };