import { Output } from './output'; const OUTPUT_RENDERERS = { output: Output, }; export default OUTPUT_RENDERERS;