import React from 'react'; export interface PageHeaderProps { title?: string; } export declare const PageHeader: React.FC;