import { default as Dic } from './dic.vue';
export type DicInstance = InstanceType<typeof Dic> & unknown;
