import { IHeaderProps } from "./utils/interfaces"; declare const Header: (props: IHeaderProps) => JSX.Element; export default Header;