declare const _default: {
  move: (string | typeof Move)[];
  movePreview: (string | typeof MovePreview)[];
};
export default _default;
import Move from './Move';
import MovePreview from './MovePreview';
