export declare function useLocalState(key: string, initialValue: T): [T, (value: T) => void];