import { type FC } from 'react'; export declare type IResponsive = null | 'narrow' | 'crowded'; declare const Header: FC; export default Header;