import type { ComputedRef, Ref } from 'vue'; import type { TableProInstance, TableProProps } from '../types'; export declare function useDataSource(tablePropsRef: ComputedRef, tableRef: Ref): void;