import { AtomMut } from '@reatom/core'; export declare const useAnimateTimeout: (windowElAtom: AtomMut, position: "right" | "bottom" | "left" | "top") => number;