import { App } from "vue"; import "./style.css"; import LrHelloLight from "./components/HelloLight.vue"; import LrWebContent from "./components/WebContent.vue"; import LrDiscovery from "./components/discovery/Discovery.vue"; declare const LightrayPlugin: { install(app: App): void; }; export { LrHelloLight, LrWebContent, LrDiscovery, LightrayPlugin };