import type { TextInput } from 'react-native'; export declare const isFocused: (input: TextInput | undefined | null) => boolean | undefined;