import { type FC } from 'react'; import { type NavigationBarPrivateProps } from '@alfalab/core-components-navigation-bar-private/cssm'; export type HeaderProps = Omit; export declare const Header: FC;