import type { ChatMsgProps } from './types'; /** * [Go to docs](https://flowbite-svelte-admin-dashboard.vercel.app/) * ## Type * [ChatMsgProps](https://github.com/themesberg/flowbite-svelte-admin-dashboard/blob/main/src/lib/types.ts#L35) * ## Props * @prop children * @prop avatar = 'https: */ declare const ChatMsg: import("svelte").Component; type ChatMsg = ReturnType; export default ChatMsg;