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