import type { WebTokens } from '../tokens';
import type { Animations } from '../types';
export declare function createAnimationCSS({ animations, tokens, }: {
    animations: Animations;
    tokens: WebTokens;
}): string;
