import "vue-tsx-support/enable-check";
import "./UxStyleSheet";
import "./shim-tsx.d";
export * from "./Exposes";
export { defineVueWebComponent } from "./InternalDefineWebComponent";
import * as Exposes from "./Exposes";
declare module "@omnia/fx-models/ux/UxApi" {
    interface IOmniaUxApi {
        apis: Promise<typeof Exposes>;
    }
}
export declare function setCurrentManifest(omniaServiceId: any, manifestId: any): any;
