const H2 = (props: JSX.IntrinsicElements["h2"]) => { return (

{props.children}

); }; export default H2;