/** * Retrieves the canvas elemented for a specified 'id'. * * @param {string | HTMLCanvasElement} selector canvas id selector or the canvas element * @return {HTMLCanvasElement} the canvas element */ export declare const getCanvas: (selector: string | HTMLCanvasElement) => HTMLCanvasElement;