export declare enum RESIZE_OPTIONS {
    VERTICAL = "vertical",
    NONE = "none"
}
