import { type TuiParsedGradient } from '@taiga-ui/editor/common'; export declare function tuiToGradient({ stops, side }: TuiParsedGradient): string;