/// declare type WrapperProps = { title: string; }; export declare const YoutubeWrapper: React.FC; export {};