import React from 'react'; import { IKeyboardProps } from './KeyboardExtProps'; /** * @deprecated - Exported types should already have the keyboarding properties on them */ export declare const supportKeyboard:

>(WrappedComponent: React.ComponentType

) => React.ForwardRefExoticComponent & React.RefAttributes>;