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