import React from 'react'; import { ProgressIndicatorProps } from '../types'; /** * Progress Indicator Component * * Displays the progress and status of video generation tasks * with visual indicators and estimated time remaining. */ export declare const ProgressIndicator: React.FC; //# sourceMappingURL=ProgressIndicator.d.ts.map