import { GradientFill } from '../types/fill'; /** * Apply a gradient fill to the current path in PDFKit. * PDFKit supports linear gradients natively. */ export declare function applyGradientFill(doc: any, fill: GradientFill, x: number, y: number, width: number, height: number): void; //# sourceMappingURL=gradient-renderer.d.ts.map