import React from 'react';
import { ImageAndTextProps } from './ImageAndText.types';
/**
 * A container for an image and text content, with an optional heading
 */
declare const ImageAndText: React.FunctionComponent<ImageAndTextProps>;
export default ImageAndText;
