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

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

export { Sticker as default };
