type Props = { isInModal?: boolean; }; export default function Header({ isInModal }: Props): import("react/jsx-runtime").JSX.Element; export {};