import React from "react";
import { PageTitleProps } from "./type";
declare const PageTitle: React.FC<PageTitleProps>;
export default PageTitle;
