import * as React from "react"; import { SingleCardProps } from "./CardProps"; declare const YoutubeBWithRef: React.ForwardRefExoticComponent & React.RefAttributes>; export { YoutubeBWithRef as YoutubeB };