import type { Transform } from 'style-dictionary/types'; /** * @description converts gradient tokens value to css gradient * @type value transformer — [StyleDictionary.ValueTransform](https://github.com/amzn/style-dictionary/blob/main/types/Transform.d.ts) * @matcher matches all tokens of $type `gradient` * @transformer returns a `css gradient` string */ export declare const gradientToCss: Transform;