import type { App } from 'vue';
import ExTable from './components/ExTable';
declare const ExComponents: {
    install: (app: App) => void;
};
export default ExComponents;
export { ExTable };
