import type { App, Plugin } from '@vue/runtime-core';
import type { ConfigProviderContext } from 'hongluan-ui/es/tokens';
export declare const makeInstaller: (components?: Plugin[]) => {
version: string;
install: (app: App, options?: ConfigProviderContext) => void;
};