import { FieldProps } from 'react-admin'; type ImageAttachmentFieldProps = Record> = FieldProps; declare function ImageAttachmentField(props: ImageAttachmentFieldProps): import("react/jsx-runtime").JSX.Element | null; export { ImageAttachmentField }; export type { ImageAttachmentFieldProps }; //# sourceMappingURL=ImageAttachmentField.d.ts.map