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