/// <reference types="react" />
export declare function renderMessage({ msg }: {
    msg: string;
}): JSX.Element;
