import React from "react"; declare type Props = { Tip: React.ReactNode; link: string; }; export declare const TutorialBanner: React.FC; export {};