export declare enum AssetAlignEnum {
    left = "left",
    leftThird = "leftThird",
    leftFourth = "leftFourth",
    right = "right",
    rightThird = "rightThird",
    rightFourth = "rightFourth",
    center = "center"
}
