export declare function getScrollBarWidth({ target }?: {
    target?: HTMLElement;
}): number;
export declare function lockScroll({ target }?: {
    target?: HTMLElement;
}): () => void;
