import { TranscodingProgress } from '../types'; interface AnalysisStateProps { progress: TranscodingProgress; onPause?: () => void; onResume?: () => void; onCancel?: () => void; isPaused?: boolean; } export declare function AnalysisState({ progress, onPause, onResume, onCancel, isPaused, }: AnalysisStateProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AnalysisState.d.ts.map