interface TableRowProps { item: { id: number | string; [key: string]: any; }; columns: { key: string; title: string; class?: string; }[]; selectedIds: (number | string)[]; } declare function __VLS_template(): { attrs: Partial<{}>; slots: Partial any>>; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent void; move: (...args: any[]) => void; dragging: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((...args: any[]) => any) | undefined; onMove?: ((...args: any[]) => any) | undefined; onDragging?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };