import { ColorTransform } from '@awayjs/core'; export declare class ColorSegmentPoint { private _color; private _life; constructor(life: number, color: ColorTransform); get color(): ColorTransform; get life(): number; } //# sourceMappingURL=ColorSegmentPoint.d.ts.map