import { PluginObject } from 'vue';
export declare function withInstall<T>(comp: T, dep?: PluginObject<any>, directive?: {
    name: string;
    comp: unknown;
}): T & PluginObject<T>;
export default withInstall;
