import React from 'react'; type Props = { code: string; language?: string; }; export declare const Code: React.FC; export {};