/// import type { PageHeaderProps } from '../types'; type TitleProps = Pick; export declare const Title: ({ backButton, title, isLoading }: TitleProps) => JSX.Element; export {};