import * as _heroui_system_rsc from '@heroui/system-rsc'; import { UseCodeProps } from './use-code.js'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; interface CodeProps extends UseCodeProps { } declare const Code: _heroui_system_rsc.InternalForwardRefRenderFunction<"div", CodeProps, never>; export { type CodeProps, Code as default };