import { default as installer } from './defaults'; import { App } from 'vue'; export * from 'haotai-ui/es/components'; export * from 'haotai-ui/es/hooks'; export * from 'haotai-ui/es/types'; export * from 'haotai-ui/es/constants'; export { version } from './version'; export declare const install: (app: App) => void; export default installer;