/** The animation vocabulary: easings, directions, fills, and what cannot interpolate. */ export declare const LOOK_ANIMATION_EASINGS: Set; export declare const LOOK_ANIMATION_DIRECTIONS: Set; export declare const LOOK_ANIMATION_FILLS: Set; /** Properties whose CSS values do not participate in interpolated animation. */ export declare const LOOK_NON_ANIMATABLE_PROPERTIES: Set; //# sourceMappingURL=animation.d.ts.map