interface IProps { showLogin?: boolean; } export default function Header(props: IProps): import("react/jsx-runtime").JSX.Element; export {};