export interface BodyScrollLockProps { enabled: boolean; } export declare function useBodyScrollLock({ enabled }: BodyScrollLockProps): void;