export declare enum AnimationType {
    DRAW = "draw",
    COLLAPSE = "collapse",
    EXPAND = "expand",
    TRANSFORM = "transform"
}
