/// declare function AttackTable(props: { onChange: (arg0: any, arg1: any) => void; name: string; value?: any; classes?: string; rows: number; }): JSX.Element; export default AttackTable;