import type { App } from 'vue';
export * from './components';
export * from './hooks';
export * from './theme';
export * from './_util/cssinjs';
export declare const install: (app: App) => App<any>;
declare const _default: {
install: (app: App) => App<any>;
};
export default _default;