export declare enum ResizeType { none = "none", both = "both", horizontal = "horizontal", vertical = "vertical", initial = "initial", inherit = "inherit" } export declare type ResizeTypes = keyof typeof ResizeType;