/** * @jsxRuntime classic * @jsx jsx */ import React from 'react'; import type { CodeProps } from './types'; /** * __Code__ * * Code highlights short strings of code snippets inline with body text. * * - [Examples](https://atlassian.design/components/code/examples) * - [Code](https://atlassian.design/components/code/code) * - [Usage](https://atlassian.design/components/code/usage) */ declare const Code: React.MemoExoticComponent & React.RefAttributes>>; export default Code;