import type { ExtractPropTypes } from 'vue'; export declare const draggableTableProps: { readonly draggableProps: import("element-plus/es/utils").EpPropFinalized {}, boolean>; readonly disabled: import("element-plus/es/utils").EpPropFinalized; }; export type DraggableTableProps = ExtractPropTypes; export declare const draggableTableEmits: { 'sort-data': (data: any[]) => boolean; }; export type DraggableTableEmits = typeof draggableTableEmits;