import type TopArticleCard from "./index.vue";

export type TopArticleCardInstance = InstanceType<typeof TopArticleCard>;
