package flash.text; extern class StaticText extends flash.display.DisplayObject { var text(default,null) : String; function new() : Void; }