/// interface h1Props { title?: string; } declare const h1: (props: h1Props) => JSX.Element; export default h1;