interface UseIOSBodyFreezeResult { handleOnEntered: () => void; handleOnExit: () => void; } export declare function useIOSBodyFreeze(enabled?: boolean, onEntered?: () => void): UseIOSBodyFreezeResult; export {}; //# sourceMappingURL=useIOSBodyFreeze.d.ts.map