import { App } from 'vue'; export declare const OsLoading: { install(app: App): void; directive: import('vue').Directive; service: (opt: any) => any; }; export default OsLoading; export * from './src/main';