import * as React from 'react'; /** * This component is based on the `code` element and supports all of its props */ declare const Code: React.ForwardRefExoticComponent, HTMLElement>, "ref"> & React.RefAttributes>; export { Code };