import type { ComponentValue, FunctionNode } from '@csstools/css-parser-algorithms';
export declare function modifyGradientFunctionComponentValues(gradientFunction: FunctionNode, wideGamut?: boolean): Array<ComponentValue> | false;
