import { type TransformFn } from './types'; export declare function parseGradient(value: string | null | undefined, theme: Record): string | null | undefined; export declare const gradient: TransformFn;