import Store from '../../lib/store/store'; import { Group } from "three"; import { TextMarkItem } from '../../lib/interface'; export default class TextMark { private readonly _store; constructor(store: Store); create(data: TextMarkItem): Group; private mergeStyle; private createTexture; private toVector3; private alignToSurface; }