import type { PropsWithChildren } from 'react';
declare function Title({ children, }: PropsWithChildren<Record<string, unknown>>): JSX.Element;
export default Title;
