import type { ResizeEdit } from "@hylimo/diagram-protocol"; import type { EditHandler } from "./editHandler.js"; /** * Handler for resize width edits */ export declare const resizeWidth: EditHandler; //# sourceMappingURL=resizeWidthHandler.d.ts.map