declare const _default: {
  handTool: (string | typeof HandTool)[];
};
export default _default;
import HandTool from './HandTool';
