import type { SFCWithInstall } from '../types';
import smscodewidget from './index.vue';
declare const SMSCodeWidget: SFCWithInstall<typeof smscodewidget>;
declare const TrsSMSCodeWidget: SFCWithInstall<typeof smscodewidget>;
export { SMSCodeWidget, TrsSMSCodeWidget };