import { type App } from 'vue'; declare function installer(app: App, options?: { namespace?: string; }): void; declare function prepareEnvironment(): void; export * from './components'; export * from './use'; export * from './utils'; export * from './locale'; export { installer, prepareEnvironment };