export declare const useParent: (key: symbol) => {
    parent: any;
    index: import("vue").ComputedRef<number>;
};
