import { App, Component, Plugin } from "vue"; export declare const registerComponent: (app: App, component: Component) => void; export declare const registerPlugin: (app: App, plugin: Plugin) => void;