import React from "react"; type TitleProps = { title: string; }; export declare const Title: ({ title }: TitleProps) => React.JSX.Element; export {};