export declare enum AnimationTypeEnum {
    SLIDE = "slide",
    NONE = "none",
    FADE = "fade"
}
