import type { SFCWithInstall } from '../types';
import chatbar from './index.vue';
declare const ChatBar: SFCWithInstall<typeof chatbar>;
declare const TrsChatBar: SFCWithInstall<typeof chatbar>;
export { ChatBar, TrsChatBar };
