import type { BoxData } from '../../types'; export declare const rectangleInsideAnother: (active: BoxData, target: BoxData) => boolean; //# sourceMappingURL=rectangleInsideAnother.d.ts.map