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