import type { CanRenderIssue } from './can-render-types'; export declare const checkWebGLSupport: () => CanRenderIssue | null;