/// <reference types="react" />
declare const Sword: (props: any, ref: any) => JSX.Element;
export default Sword;
