/** * Creates and appends an error message element to the container * @param container The HTML element to append the error message to * @returns The created error div element */ export declare function createWebGLErrorMessage(container: HTMLElement): HTMLDivElement;