import type { CustomKeyboardExtension } from './CustomKeyboardExtension'; export interface CustomKeyboardProps { rootRef: React.RefObject; onKeyboardHideAndroid?: () => void; customKeyboard?: CustomKeyboardExtension; }