export declare enum ResizerEnum { Top = "top", Left = "left", Right = "right", Bottom = "bottom", TopLeft = "top-left", TopRight = "top-right", BottomLeft = "bottom-left", BottomRight = "bottom-right" }