/// import { SingleCardProps } from "../.."; interface Props { showPlayIcon?: boolean; showTime?: boolean; time?: string; url?: string; alt?: string; image?: string; objectFit?: SingleCardProps["imageCover"]; isLoading?: boolean; } export declare function YouTubeVidePreview(props: Props): JSX.Element; export {};