import { RenderElement } from "../../types";
export declare const PageTitle: (text: string) => RenderElement;
