import React from "react";
import { IHeaderProps } from "./IProps";
declare const Header: React.FC<IHeaderProps>;
export default Header;
