import * as React from 'react'; export interface ImagesProps { style?: 'object'; imgList?: 'array'; uploadData?: 'array'; isHeight?: 'boolean'; } declare const Images: React.FC; export default Images;