export declare function useDeprecateAppendToBody(scope: string, from: string): {
    compatTeleported: import("vue").ComputedRef<boolean>;
};
