/**
 * Freezes the scroll position of the element until all lazy loaded elements have loaded.
 * Unfreezes immediately when the user scrolls.
 */
export declare const useFreezing: () => void;
//# sourceMappingURL=useFreezing.d.ts.map