import { BoxData } from '../../types'; export declare const rectangleInsideAnother: (active: BoxData, target: BoxData) => boolean;