import React from 'react';
import { HeaderProps } from './Header.types';
/**
 * The header that should appear at the top of every page.
 */
declare const Header: React.FunctionComponent<HeaderProps>;
export default Header;
