import React from "react"; type HeroHookProps = { title: string; description: string; }; declare const HeroHook: React.FC; export default HeroHook;