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