export declare function isHTMLCanvas(element: any): element is HTMLCanvasElement; export declare function isHTMLDiv(element: any): element is HTMLDivElement; //# sourceMappingURL=web.d.ts.map