import type { SFCWithInstall } from '../types';
import servicetitle from './index.vue';
declare const ServiceTitle: SFCWithInstall<typeof servicetitle>;
declare const TrsServiceTitle: SFCWithInstall<typeof servicetitle>;
export { ServiceTitle, TrsServiceTitle };