import { type ComputedRef, type VNode, type VNodeChild } from 'vue'; import type { DataTableContext } from './types'; export declare const useDataTable: () => { context: ComputedRef>; }; export declare const toVNodes: (children: VNodeChild) => VNode[];