import type { PlaygroundMessage } from '../../types/playground.js'; interface Props { message: PlaygroundMessage; showTimestamp?: boolean; isLast?: boolean; } declare const MessageNotice: import("svelte").Component; type MessageNotice = ReturnType; export default MessageNotice;