import { IRect } from '@foblex/2d';
export declare class FMinimapData {
    element: SVGSVGElement;
    scale: number;
    viewBox: IRect;
    constructor(element: SVGSVGElement, scale?: number, viewBox?: IRect);
}
