import { default as TablePro } from './table-pro.vue';
export type TableProInstance = InstanceType<typeof TablePro> & unknown;
