import type { MaybeRef } from 'vue'; import type { IoiTableApi, IoiTableOptions } from '../types'; export declare function useIoiTable>(options?: MaybeRef>): IoiTableApi; export type { IoiTableApi, IoiTableOptions } from '../types';