import { BoundingRect } from "../types"; export declare const getAreaAsPNG: (canvas: HTMLCanvasElement, position: BoundingRect) => string;