import type { App, Directive } from 'vue'; import type { SFCWithInstall } from '../types'; export declare const withInstall: (main: T) => SFCWithInstall; export declare const withInstallDirectives: >(main: T, name: string) => { install: (app: App) => void; directive: T; };