import React from 'react';
import "../../../../../index";
export type YoutubePlyrProps = {
    id: string;
    autoplay?: boolean;
};
export declare const YoutubePlyr: ({ id, autoplay }: YoutubePlyrProps) => React.JSX.Element;
