import type { HeaderProps } from './Header.types';
export declare const Header: (props: HeaderProps) => JSX.Element;
export default Header;
