import React from "react"; declare global { interface Window { Cypress: any; } } export declare const Title: () => React.JSX.Element;