export declare enum RotationStyle {
    dontRotate = "dontRotate",
    allAround = "allAround"
}
