import { Type } from "./type"; /** * @hidden */ export declare const enum KeyFrameAnimationFill { Auto = 0, None = 1, Forwards = 2, Backwards = 3, Both = 4 } /** * @hidden */ export declare let KeyFrameAnimationFill_$type: Type;