export declare enum StyleType {
    BOX = "box",
    IMAGE_BOX = "image-box"
}
