import React from "react"; interface TabContentProps { code: string; } export declare const TabContent: React.FC; export {};