import { HeaderProps } from "./Header.types.js";
import { Header } from "./Header.js";
export { Header, type HeaderProps };