import './styles/useFocus.css'; import { HooksProps } from '../types'; declare const useFocus: ({ nodeRef, props }: HooksProps) => void; export default useFocus;