import { ProgressGradient, StringGradients } from './progress'; export declare function validProgress(progress: number | undefined): number; export declare const sortGradient: (gradients: StringGradients) => string; export declare const handleGradient: (strokeColor: ProgressGradient) => { backgroundImage: string; };