export declare enum SIZE_OPTIONS {
    SMALL = "small",
    NORMAL = "normal"
}
export declare enum RESIZE_OPTIONS {
    VERTICAL = "vertical",
    NONE = "none"
}
