export declare class DxpVideoPlayer { /** * Value used specifically for YouTube video identification. * This value can be found in the URL of the desired YouTube video, appended after 'v=' * * For example, this YouTube link's: * https://www.youtube.com/watch?v=5qap5aO4i9A * youtubeId= '5qap5aO4i9A' */ youtubeId: string; /** * Value used specifically for Vimeo video identification. */ vimeoId: string; render(): any; }