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