declare namespace openfl.display { export enum GradientType { LINEAR = "linear", RADIAL = "radial", } } export default openfl.display.GradientType;