import type { App } from 'vue';
export declare function withSetup<T>(composable: () => T): [T, App];
