export default class Text { static _template(): { w: number; h: number; }; set content(arg: any); get content(): any; _content: any; _init(): void; _render(): void; } //# sourceMappingURL=index.lng.d.ts.map