import { Gradient } from 'src/@types'; export declare function formatGradient(gradient: Gradient): { background: string; };