export declare function useLocalStorageListener(key: string, callback: (value: string | null) => void): string | null;