declare global {
    interface Window {
        HTMLCanvasElement: typeof HTMLCanvasElement;
    }
}
export {};
