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