declare namespace openfl.text { export enum TextFieldType { DYNAMIC = "dynamic", INPUT = "input", } } export default openfl.text.TextFieldType;