import { OemBrandingRuntimeApi } from "@trackunit/iris-app-runtime-core-api"; /** * This is a hook to use the OemBrandingContext. * * @requires OemBrandingContextProvider * @example * import { useOemBrandingContext } from "@trackunit/react-core-hooks"; * const { getOemBranding, getImageByBrand } = useOemBrandingContext(); * // use oem branding * const branding = getOemBranding("some brand") * @see { OemBrandingContext} */ export declare const useOemBrandingContext: () => OemBrandingRuntimeApi;