import { Dispatch, SetStateAction } from 'react';
export declare type ReactSetter<T> = Dispatch<SetStateAction<T>>;
