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