import type { TableSelectProps } from './table-select'; interface Options { props: TableSelectProps; type: 'provide' | 'inject'; } export default function useApi(options: Options): any; export {};