import type { SFCWithInstall } from '../types';
import select from './index.vue';
declare const SelectWidget: SFCWithInstall<typeof select>;
declare const TrsSelectWidget: SFCWithInstall<typeof select>;
export { SelectWidget, TrsSelectWidget };
