import type { Origin, Patch } from '../../patch/types'; declare type GradientPatch = Record; export declare function toGradient(patches: Patch[]): GradientPatch[]; export declare function toFormBuilder(origin: Origin, patches: GradientPatch[]): Patch[]; export {}; //# sourceMappingURL=gradientPatchAdapter.d.ts.map