/** @jsx jsx */ import { FC } from 'react'; import { BoxProps } from 'theme-ui'; /** * A page header component */ export declare const Header: FC;