import '@/styles/index.css';
export * from './components';
export * from './compositions';
export * from './layouts';
export * from './models';
export * from './plugins';
export * from './types';
export * from './utilities';
import { App } from 'vue';
declare const plugin: {
    install(app: App): void;
};
export { plugin };
