import React from 'react'; import { syncScene } from './helper'; import type { SyncSceneProps } from './types'; export declare const SyncScene: React.FC; export { syncScene };