/**
 * React Components for Seedance Video SDK
 *
 * Pre-built React components for easy integration of Seedance video functionality
 */
export { VideoPlayer } from './VideoPlayer';
export { ProgressIndicator } from './ProgressIndicator';
export type { VideoPlayerProps, ProgressIndicatorProps, } from '../types';
//# sourceMappingURL=index.d.ts.map