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