import { Component } from "react"; export default class GLViewNative extends Component<{ onContextCreate: (gl: WebGLRenderingContext) => void; style?: any; children?: any; [key: string]: any; }> { afterDraw(gl: WebGLRenderingContext): void; ref: any; onRef: (ref: any) => void; onContextCreate: (gl: WebGLRenderingContext) => void; capture: (opt: any) => Promise<{ uri: string; localUri: string; width: number; height: number; }>; render(): import("react/jsx-runtime").JSX.Element; } //# sourceMappingURL=GLViewNative.d.ts.map