import { InjectionKey } from 'vue';
export declare const NODE_ATTRS_KEY: InjectionKey<Record<string, any>>;
export declare function useNodeAttrs(): Record<string, any>;
