import React from "react";
import IProps from "./IProps";
declare const Title: React.FC<IProps>;
export default Title;
