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