import React from 'react';
import { Message } from 'softchatjs-core';

type Props = {
    message: Message;
};
declare function ImageAttachment(props: Props): React.JSX.Element;

export { ImageAttachment as default };
