import { SENDERS } from '../../index-types';
interface MessageImageProps {
    imagestyle: Record<string, unknown>;
    sentBy: SENDERS;
}
export declare const MessageImage: ({ imagestyle, sentBy }: MessageImageProps) => any;
export {};
