import { type Plugin } from 'vue'; /** * This is the main plugin that will be used to register all the desktop components. * @public */ declare const plugin: Plugin; export default plugin; //# sourceMappingURL=index.d.ts.map