import type { SFCWithInstall } from '../types';
import followbtn from './index.vue';
declare const FollowBtn: SFCWithInstall<typeof followbtn>;
declare const TrsFollowBtn: SFCWithInstall<typeof followbtn>;
export { FollowBtn, TrsFollowBtn };
