import React from 'react';
import { ImageWithTextSectionProps } from './types';
declare const ImageWithTextSection: React.FC<ImageWithTextSectionProps>;
export default ImageWithTextSection;
