export declare let useInputFocus: (initialState: boolean) => (boolean | { onFocus: () => void; onBlur: () => void; })[];