import React from 'react'; import { VideoPlayerProps } from '../types'; /** * Seedance Video Player Component * * A customizable video player optimized for AI-generated videos * with built-in loading states and error handling. */ export declare const VideoPlayer: React.FC; //# sourceMappingURL=VideoPlayer.d.ts.map