import React from 'react'; interface TitleProps { title: string; } export declare const Title: ({ title }: TitleProps) => React.JSX.Element | null; export {};