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