export declare enum ShapeCroper {
    rect = "rect",
    round = "round"
}
