import React from 'react';
declare type Props = {
    isError: boolean;
};
export declare const VideoError: React.NamedExoticComponent<Props>;
export {};
