import React from 'react';
import { HomeHeroProps } from './HomeHero.types';
/**
 * The Hero that should appear at the top of the home page.
 */
declare const HomeHero: React.FunctionComponent<HomeHeroProps>;
export default HomeHero;
