import React from 'react';
interface Props {
    alt: string;
    src: string;
}
export declare const ParagraphYoutubeEmbed: React.FC<Props>;
export {};
