import { Piece } from './piece-types';
export default function inputHandler(event: KeyboardEvent, disabled?: boolean): null | Piece;
