interface WebGLComponentResult { webglRenderer: string | null; webglRender: string | null; } export declare function component(seed: string): Promise; export {};