import type { FC, PropsWithChildren } from 'react';
export declare const HeaderContainer: FC<PropsWithChildren<{}>>;
export declare const Header: FC;
