import React from 'react';
import type { IMessage } from '@/Playground/types';
export declare const Message: React.FC<IMessage>;
