declare const isCanvasBlank: (canvas: HTMLCanvasElement) => boolean;
export default isCanvasBlank;
