import { Text, TextStyle } from '@pixi/text'; import { ProjectionSurface } from '../ProjectionSurface'; import { Matrix } from '@pixi/math'; export declare class Text2s extends Text { constructor(text?: string, style?: TextStyle, canvas?: HTMLCanvasElement); proj: ProjectionSurface; aTrans: Matrix; get worldTransform(): Matrix; }