import { Ref, UnwrapRef } from 'vue'; import { TableContextProps } from "../table-context"; export declare function useTableContext(): { context: Ref>; }; export declare const vuePropsType: { name: StringConstructor; }; declare const Consumer: import("vue").DefineSetupFnComponent<{ name: string; }, {}, {}, { name: string; } & {}, import("vue").PublicProps>; export default Consumer;