import type { SFCWithInstall } from '../types';
import articleitem from './index.vue';
declare const ArticleItem: SFCWithInstall<typeof articleitem>;
declare const TrsArticleItem: SFCWithInstall<typeof articleitem>;
export { ArticleItem, TrsArticleItem };