declare type GenericObject = { [key: string]: any; }; export declare function useObjectState(initialState?: T): [T, (val: T | null | undefined) => void]; export {}; //# sourceMappingURL=useObjectState.d.ts.map