import type { HeaderProps } from './types'; import type { FC } from 'react'; export declare const AppHeader: FC;