import { h, RectNode, RectNodeModel } from 'flow-lcl/core'; declare class RectResizeView extends RectNode { getControlGroup(attributes: any): h.JSX.Element; getShape(): h.JSX.Element; } declare const RectResize: { type: string; view: typeof RectResizeView; model: typeof RectNodeModel; }; export { RectResizeView, RectNodeModel }; export default RectResize;