import React from 'react'; declare const code: (props: any) => React.JSX.Element; export default code; export * from './deserializer'; export * from './withCode';