import type { FC } from "react"; import { type PageHeaderProps } from "./PageHeader.types"; declare const PageHeader: FC; export default PageHeader;