export default function _default(): {
    add: (name: any) => void;
    path: () => string;
    dataDescriptor: () => null;
    setDataDescriptor: (value: any) => void;
    injectedData: () => {
        ParentData: null;
        Custom: null;
    };
    setInjectedData: (value: any, key: any) => void;
    loading: () => import("vue").Ref<boolean, boolean>;
    setLoading: (value: any) => void;
    page: () => any;
    setPage: (value: any) => void;
    articleOverflow: () => import("vue").Ref<boolean, boolean>;
    setArticleOverflow: (value: any) => void;
};
