import ProgressiveMuxingInformation from './ProgressiveMuxingInformation';
/**
 * @export
 * @class ProgressiveMovMuxingInformation
 */
export declare class ProgressiveMovMuxingInformation extends ProgressiveMuxingInformation {
    constructor(obj?: Partial<ProgressiveMovMuxingInformation>);
}
export default ProgressiveMovMuxingInformation;
