declare const Header: {
    (): import("react/jsx-runtime").JSX.Element | null;
    type: string;
};
export { Header };
