import React from 'react';
import { HeadingWithIconProps } from './HeadingWithIcon.types';
/**
 * A Heading With an Icon - used for service landing pages
 */
declare const HeadingWithIcon: React.FunctionComponent<HeadingWithIconProps>;
export default HeadingWithIcon;
