import { Canvas } from 'fabric/fabric-impl';
declare function rotate(canvas: Canvas): void;
export default rotate;
