import type { ConfigProviderContext } from "vue-admin-core/es/components/config-provider";
import type { Plugin } from "vue";
export declare const makeInstaller: (components?: Plugin[]) => {
install: (app: any, options?: ConfigProviderContext) => void;
version: string;
};