import { type EnhancedComponent } from '../../utils'; import _Table from './table.vue'; export declare const Table: EnhancedComponent; export default Table; export type { TableProps, TableSlots, TableColumnProps, TableHeaderColumn } from './common';