import React from 'react';
export declare const MediaPlaybackErrorExplainer: React.FC<{
    readonly src: string;
}>;
