import React from 'react';
import { HeroImageProps } from './HeroImage.types';
/**
 * Hero image banner with optional text and call to action with varying presentation of text area.
 * For optional use at the top of a service landing page, if set in the CMS.
 */
declare const HeroImage: React.FunctionComponent<HeroImageProps>;
export default HeroImage;
