import { ContextProps } from '../types'; /** * Hook that provides access to the values of the DeferUntilInteraction context */ export declare function useDeferUntilInteraction(): ContextProps; //# sourceMappingURL=hook.d.ts.map