import { FC } from "react";
type Props = {};
declare const Header: FC<Props>;
export default Header;
