import React from "react"; export interface PageTitleBarProps { title: string; } declare const PageTitleBar: React.FC; export default PageTitleBar;