import { FC } from 'react'; import type { PageTitle } from '../models'; export declare const PageTitleComp: FC;