import React from 'react'; import { Props } from './types'; declare const RenderTitle: React.FC; export default RenderTitle;