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