import { InjectionKey } from "vue"; import { Five } from "@realsee/five"; declare let hasPropsWork: boolean; declare function setHasPropsWork(val: boolean): void; declare const injectionKeyFive: InjectionKey; declare function useFiveInject(): Five; export { injectionKeyFive, useFiveInject, setHasPropsWork, hasPropsWork };