/// <reference types="react" />
declare const Code: (props: any, ref: any) => JSX.Element;
export default Code;
