import { PropsWithChildren } from 'react'; import { TextProps } from '../Text'; declare const PageTitle: (props: PropsWithChildren) => JSX.Element; export default PageTitle;