import type { Component } from 'vue';
import type { SFCWithInstall } from './types';
export declare const withInstall: <T extends Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>>(component: T, alias?: string) => SFCWithInstall<T>;