/// /** * Code is a component used to display inline code. It is composed from the Box component with a font family of mono for displaying code. * https://chakra-ui.com/docs/data-display/code */ export declare function Code({ ...props }: any): JSX.Element; //# sourceMappingURL=Code.d.ts.map