import type { App } from 'vue'; import ErrorBoundary from './components/ErrorBoundary.vue'; import type { ErrorBoundaryPluginOptions } from './types'; declare const _default: { install: (app: App, options?: ErrorBoundaryPluginOptions) => void; }; export default _default; export { ErrorBoundary }; export * from './types'; //# sourceMappingURL=index.d.ts.map