import { EModalMode } from '../enum'; export default function useDispatchSetMode(): (payload: EModalMode) => void;