/** * Constants that define the type of gradient on text. * @static * @name TEXT_GRADIENT * @memberof PIXI * @type {object} * @property {number} LINEAR_VERTICAL Vertical gradient * @property {number} LINEAR_HORIZONTAL Linear gradient */ export declare enum TEXT_GRADIENT { LINEAR_VERTICAL = 0, LINEAR_HORIZONTAL = 1 }