import React from 'react'; export interface PageTitleProps { region?: string; service?: string; } export declare const PageTitle: React.FC;