import installer from './defaults'; export * from './components'; export * from './constants'; export * from './utils'; export declare const install: (app: import("vue").App) => void; export declare const version: string; export default installer;