import React from "react"; declare type Props = { title: string; link: string; video: string; image: any; }; export declare const TutorialBox: React.FC; export {};