import { Property } from 'csstype'; export declare const animation: import("./typings").CssProperty>; export declare const animationDelay: import("./typings").CssProperty>; export declare const animationDirection: import("./typings").CssProperty; export declare const animationDuration: import("./typings").CssProperty>; export declare const animationFillMode: import("./typings").CssProperty; export declare const animationIterationCount: import("./typings").CssProperty; export declare const animationName: import("./typings").CssProperty; export declare const animationPlayState: import("./typings").CssProperty; export declare const animationTimingFunction: import("./typings").CssProperty;