import { JSX } from 'react'; export default function Hero({ image }: { image: string; }): JSX.Element | null; //# sourceMappingURL=hero.component.d.ts.map