import { Fn } from '@vueuse/core';
export declare function withSetup(composable: Fn): (import('vue').App<Element> | undefined)[];
