export * from './directives'; export * from './hooks'; export * from './constants'; export * from './locale'; export * from './components'; declare const FzUI: { install: (app: import("vue").App, ...options: any[]) => any; version: string; }; export default FzUI;