import React from 'react'; interface S3ImageFieldProps extends React.ImgHTMLAttributes { source?: string; record?: Record; label?: string; imgProps?: any; addLabel?: boolean; } export declare const S3Field: React.FC; export {};