export type ActionBarInteractionContextValue = { acquireInteractionLock: () => () => void; }; export declare const ActionBarInteractionContext: import("react").Context; export declare const useActionBarInteractionContext: () => ActionBarInteractionContextValue | null; //# sourceMappingURL=ActionBarInteractionContext.d.ts.map