import React from "react"; export interface HeaderBoxProps { header: JSX.Element; } export declare const HeaderBox: React.FC;