/// import { ClientApplication } from '@shopify/app-bridge/client'; /** * App Bridge context consumer type. * * @public */ export declare type IAppBridgeContext = ClientApplication | null; /** * App Bridge context. * * @public */ export declare const AppBridgeContext: import("react").Context;