import Table from './Table';
import type { IDefinePlugin } from '../types/index';
export * from './useTable';
export * from './type';
export { tableProps, tableEmits } from './props';
export declare const ProTable: IDefinePlugin<typeof Table>;
