import { FC } from 'react'; import { HeaderInterface } from './header.types'; export declare const Header: FC;