import { IRect } from '@foblex/2d';
export interface IFMinimapScaleAndViewBox {
    scale: number;
    viewBox: IRect;
}
