export declare class VideoEmbed { /** The URL of the Youtube video you want to display - CURRENTLY NOT WORKING */ url: string; /** The id of the Youtube Video - found in the URL eg youtube.com/watch?v={VIDEO_ID} */ embedid: any; videoId: string; componentDidLoad(): void; render(): any; }