import { FocusTrapShards } from '../'; export interface FocusLockProps { scope: FocusTrapShards; enabled?: boolean; } export declare const useFocusLock: (props: FocusLockProps) => void;