import React from 'react';
import type { Props } from './types';
import './index.scss';
declare const RenderTitle: React.FC<Props>;
export default RenderTitle;
//# sourceMappingURL=index.d.ts.map