import { Group } from '../object3d/_Group'; export declare class MarkerGroup extends Group { children: any; constructor(); Update(): void; }