import { FC } from "react"; export interface WebVRProps { url: string; [key: string]: unknown; } export declare const WebVR: FC<WebVRProps>; //# sourceMappingURL=index.d.ts.map