/// interface CodeProps { children: string; showCopyButton?: boolean; } declare const Code: ({ children, showCopyButton }: CodeProps) => JSX.Element; export default Code; //# sourceMappingURL=text.d.ts.map