export default function _default(): {
    injectPath: () => string;
    providePath: (name: any) => void;
    injectDataDescriptor: () => null;
    provideDataDescriptor: (value: any) => void;
    injectData: () => {
        ParentData: null;
        Custom: null;
    };
    provideData: (value: any, key: any) => void;
    injectLoading: () => import("vue").Ref<boolean, boolean>;
    provideLoading: (value: any) => void;
    injectPage: () => any;
    providePage: (value: any) => void;
};
