import { Plugin } from 'vue'; declare const AstarUIPlugin: Plugin; export default AstarUIPlugin; export * from './Text'; export * from './Spinner'; export * from './Modals'; export * from './Header'; export * from './Buttons'; export * from './Icons'; export * from './export_type';