/// export declare class VTestMobx { map: Map; constructor(); mapAdd: () => void; render(): JSX.Element; }