import { PropsWithChildren } from 'react'; export declare const Header: ({ children }: PropsWithChildren) => JSX.Element;