import React from "react";
import { PageTitleProps } from "./PageTitle.types";
/**
 * A container for holding the main content of a page
 */
declare const PageTitle: React.FC<PageTitleProps>;
export default PageTitle;
