import { MessageProps } from './Instance';

declare const renderMsg: (config: MessageProps) => () => void;
export default renderMsg;
