export interface Box {
    top: number;
    left: number;
    width: number;
    height: number;
}
