import type { SFCWithInstall } from '../types';
import areaselectwidget from './index.vue';
declare const AreaSelectWidget: SFCWithInstall<typeof areaselectwidget>;
export { AreaSelectWidget };
