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