import React from 'react'; import type { DbChatMetaProps } from './types'; declare const DbChatMeta: React.FC; export default DbChatMeta; export type { DbChatMetaProps } from './types';