/** * **Client Component** * * This is a convenience component that can be used within transitionable * components to ensure the scroll lock is active only while the element is * rendered. * * @since 6.0.0 */ export declare function ScrollLock(): null;