import { reaction } from "../utils"; /** * creates reaction on mount and dispose on unmount */ export declare const useReaction: typeof reaction;