export interface BaseBox {
    boxSize: number;
    offset: number;
}
