import { FC } from "react";
import * as State from "../types/State";
export declare const Header: FC<State.InnerState>;
