import { App } from 'vue'; declare function create({ componentPrefix, pluginMakers }?: { componentPrefix?: string; pluginMakers?: any[]; }): { install: (app: App) => void; }; export default create;