import React from 'react'; declare type HeaderProps = { title: string; }; export declare const Header: React.FC; export {};