export interface FocusVisibleProps { isTextInput?: boolean; autoFocus?: boolean; } export interface FocusVisibleResult { isFocusVisible: boolean; }