import type { SFCWithInstall } from '../types';
import picturecodewidget from './index.vue';
declare const PictureCodeWidget: SFCWithInstall<typeof picturecodewidget>;
declare const TrsPictureCodeWidget: SFCWithInstall<typeof picturecodewidget>;
export { PictureCodeWidget, TrsPictureCodeWidget };
