/** * Creates a horizontal linear `CanvasGradient` that transitions from * `sourceColor` at `sourceX` to `targetColor` at `targetX`, with each color * stop at the given `opacity`. */ export declare function buildLinkGradient(ctx: CanvasRenderingContext2D, sourceX: number, targetX: number, sourceColor: string, targetColor: string, opacity: number): CanvasGradient; //# sourceMappingURL=build-link-gradient.d.ts.map