import "pixi.js"; declare module "pixi.js" { interface TextStyle { alignY?: "top" | "center" | "bottom"; } interface TextStyleOptions { alignY?: "top" | "center" | "bottom"; } } export {}; //# sourceMappingURL=pixi-augment.d.ts.map