import { TRowndContext } from '../../context/types'; declare const useRownd: () => TRowndContext; export { useRownd };