import { ConfiguratorState, GradientCraftField, GradientCraftState, GradientStop } from './types'; export declare const GRADIENT_CRAFT_FIELDS: GradientCraftField[]; export declare const DEFAULT_GRADIENT_STOPS: GradientStop[]; export declare function buildGradientCss(stops: GradientStop[]): string; export declare function normalizeGradientCraftState(gradientCraftState: ConfiguratorState["gradientCraftState"]): GradientCraftState;