export declare const setupKeyboardEvents: (canvas: fabric.Canvas, onObjectRemoved?: ((dataUrl: string) => void) | undefined) => () => void;
