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