import * as React from 'react'; export declare function useTextKeyboardEvents(onChange: (text: string) => void): (e: React.KeyboardEvent) => void; //# sourceMappingURL=useTextKeyboardEvents.d.ts.map