export declare function useLineNumber<T extends HTMLElement = HTMLElement>(key: string, enabled?: boolean): import("react").RefObject<T>;
