import type { App } from 'vue';
export type TableInstance = typeof import('./index.vue').default;
declare const _default: {
    install: (app: App<any>) => void;
};
export default _default;
