import { VelcronAppDefinition, VelcronRenderContext } from "@omnia/fx-models"; import { ThemeDefinitionV2, useVelcronThemingStore, VelcronRenderContextEventHandlers } from "../core"; export type RegisterThemingStore = (store: ReturnType) => void; declare const _default: (import("vue").VueConstructor; context: VelcronRenderContext; eventHandlers: VelcronRenderContextEventHandlers; themeDefinitionV2: ThemeDefinitionV2; themingRegistrationHook: RegisterThemingStore; }, "definition">, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<{ definition: VelcronAppDefinition; context: VelcronRenderContext; eventHandlers: VelcronRenderContextEventHandlers; themeDefinitionV2: ThemeDefinitionV2; themingRegistrationHook: RegisterThemingStore; }, "definition">; }) | (import("vue").VueConstructor VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{ definition: VelcronAppDefinition; context: VelcronRenderContext; eventHandlers: VelcronRenderContextEventHandlers; themeDefinitionV2: ThemeDefinitionV2; themingRegistrationHook: RegisterThemingStore; }, "definition">, any, any, any>> & { propsDefinition: import("vue-tsx-support").PropsForOutside<{ definition: VelcronAppDefinition; context: VelcronRenderContext; eventHandlers: VelcronRenderContextEventHandlers; themeDefinitionV2: ThemeDefinitionV2; themingRegistrationHook: RegisterThemingStore; }, "definition">; }); export default _default;