import React from 'react'; interface IRenderOutputFileProps { outputFileObject: object; } /** * Renders an object as YAML. * Transforms strings that look like URLs into links * The intention is to render the output file from a Script or Run Job stage */ export declare const RenderOutputFile: React.MemoExoticComponent<({ outputFileObject }: IRenderOutputFileProps) => JSX.Element>; export {};