/** * Returns true if the mouse is within the canvas. * @param p - The p5 instance. */ export declare function mouseIsInCanvas(p: p5): boolean;