import * as React from 'react'; declare type TMain = { title: string | JSX.Element; }; declare const Header: React.FC; export default Header;