/**
 * Enumeration constants to define the type of animations that a {@link BaseAnimation} represents
 */
export declare enum EAnimationType {
    Fade = "Fade",
    Scale = "Scale",
    Sweep = "Sweep",
    Wave = "Wave",
    Style = "Style",
    Custom = "Custom"
}
