import { View } from "../View.js";
export default class PawnsView extends View {
constructor() {
super();
this.name = 'Pawns';
}
keypress: (key: { full: string; }) => void;
render() { void 0 };