import { Plugin } from 'vue'; export declare const withInstall: (comp: T, alias?: string) => T & Plugin; export default withInstall; export declare function extendAPI>(apis: T): void;