interface PageTitleProps {
    title: string;
    description: string;
}
declare function PageTitle(props: PageTitleProps): import("react/jsx-runtime").JSX.Element;
export default PageTitle;
