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