import type { Dispatch, SetStateAction } from 'react';
export declare const useDataState: <T>(defaultValue: T | undefined) => [T | undefined, Dispatch<SetStateAction<T | undefined>>];
//# sourceMappingURL=useDataState.d.ts.map