import { Bounds, History } from '../types'; export default function isPointInDraw(bounds: Bounds, canvas: HTMLCanvasElement | null, history: History, e: MouseEvent, scale: number): false | import("../types").HistoryItem | undefined;