import type { SFCWithInstall } from '../types';
import webitem from './index.vue';
declare const WbItem: SFCWithInstall<typeof webitem>;
declare const TrsWbItem: SFCWithInstall<typeof webitem>;
export { WbItem, TrsWbItem };
